Skip to content

Commit

Permalink
#1515 Fix message when a case is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Sep 8, 2020
1 parent 7a98c83 commit ea4aaa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
promise.then(function(caze) {
$scope.caze = caze;

NotificationSrv.log('The case #' + caze.caseId + ' has been closed', 'success');
NotificationSrv.log('The case #' + caze.number + ' has been closed', 'success');

$uibModalInstance.close();
});
Expand Down

0 comments on commit ea4aaa0

Please sign in to comment.