List view editor: make sure delete docs get removed from the selection

This commit is contained in:
Tim Geyssens
2013-09-19 15:23:19 +02:00
parent 35f62ffa67
commit d7c0e897cf

View File

@@ -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++;