Also ensure the current notification view is updated on clear all

This commit is contained in:
Johannes Zellner
2022-05-23 17:40:14 +02:00
parent 663e117da1
commit a799691921
+1
View File
@@ -73,6 +73,7 @@ angular.module('Application').controller('NotificationsController', ['$scope', '
// refresh the main navbar indicator
$scope.$parent.notificationAcknowledged();
$scope.refresh();
$scope.clearAllBusy = false;
});