Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/768
I spun this up in full dev and it's working pretty well. The only
functional issue I could find was that the bulk actions are disabled when
alerts are selected in group/tree view. This is likely due to the fact that
tree view inherits from list view and selectedAlerts are part of list view.
Other than that I think this is pretty close. We should add an e2e test
for bulk actions in tree view (would have caught the issue above). Also is
there a test for group reordering (drag and drop)?
---