Skip to content

Commit

Permalink
#1948 WIP: Use countImportedAlert in case details page
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Apr 10, 2021
1 parent 9112cc3 commit d92e402
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/app/scripts/controllers/case/CaseMainCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@

// Stats for case alerts counter
StreamQuerySrv('v1', [
{ _name: 'getCase', idOrName: caseId },
{ _name: 'alerts' },
{ _name: 'count' }
{ _name: 'countImportedAlert', caseId: caseId },
], {
scope: $scope,
rootId: caseId,
Expand Down

0 comments on commit d92e402

Please sign in to comment.