Skip to content

Commit

Permalink
#1948 WIP: Use limited count in case details (tasks, and observables)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Apr 10, 2021
1 parent 50386b2 commit 213e303
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 125 deletions.
2 changes: 1 addition & 1 deletion frontend/app/scripts/controllers/case/CaseMainCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
},
guard: UtilsSrv.hasAddDeleteEvents,
onUpdate: function (updates) {
$scope.observableCount = updates;
$scope.observablesCount = updates;
}
});

Expand Down
Loading

0 comments on commit 213e303

Please sign in to comment.