List view editor: make sure delete docs get removed from the selection
This commit is contained in:
@@ -120,6 +120,7 @@ angular.module("umbraco")
|
||||
$scope.bulkStatus = "Deleted doc" + i + " out of "+ total +"documents";
|
||||
if (current == total) {
|
||||
$scope.bulkStatus = "Deleting done";
|
||||
$scope.selected = [];
|
||||
$scope.reloadView($scope.content.id);
|
||||
}
|
||||
current++;
|
||||
|
||||
Reference in New Issue
Block a user