Skip to content

Conversation

@PhilBastian
Copy link
Contributor

part of #1905, extending #2675 to remove direct SC calls from views

if (newValue === null || newValue === 0) {
stop();
} else {
} else if (!isActive.value) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bugfix: auditlist was incrementing the count on every change of interval

<div class="col-sm-12 no-side-padding">
<div class="row box-header">
<div class="col-sm-12 no-side-padding">
<p class="lead break" v-bind:class="{ 'msg-type-hover': group.hover2, 'msg-type-hover-off': group.hover3 }">{{ group.title }}</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these classes are not defined anywhere. Whatever functionality they previously implemented has likely been missing since the switch from AngularJS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants