[
https://issues.apache.org/jira/browse/METRON-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198870#comment-16198870
]
ASF GitHub Bot commented on METRON-1232:
----------------------------------------
Github user iraghumitra commented on a diff in the pull request:
https://github.com/apache/metron/pull/787#discussion_r143771524
--- Diff:
metron-interface/metron-alerts/src/app/shared/directives/alert-search.directive.ts
---
@@ -130,7 +130,7 @@ export class AlertSearchDirective implements
AfterViewInit, OnChanges {
private handleMouseEvent (callback: Function) {
clearTimeout(this.mouseEventTimer);
- this.mouseEventTimer = setTimeout(() => { callback(); }, 500);
+ this.mouseEventTimer = setTimeout(() => { callback(); }, 100);
--- End diff --
@nickwallen The status check was getting checked implicitly when we assert
the table data. NowI added a explicit assert as well
> Alert status changes are not reflected in list view
> ---------------------------------------------------
>
> Key: METRON-1232
> URL: https://issues.apache.org/jira/browse/METRON-1232
> Project: Metron
> Issue Type: Bug
> Reporter: RaghuMitra
> Assignee: RaghuMitra
>
> When escalating an alert (changing its status), the list view does not
> reflect the change until a refresh occurs.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)