Skip to content
Snippets Groups Projects
Commit a798b668 authored by juanf's avatar juanf
Browse files

SSDM-1071 : PAPER - Empty Trashcan

SVN: 32859
parent b35f3eed
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,9 @@ function TrashManagerController(mainController) { ...@@ -21,7 +21,9 @@ function TrashManagerController(mainController) {
this.revertDeletions = function(deletionIds) { this.revertDeletions = function(deletionIds) {
mainController.serverFacade.revertDeletions(deletionIds, function(data) { mainController.serverFacade.revertDeletions(deletionIds, function(data) {
Util.showSuccess("Deletions Reverted."); Util.showSuccess("Deletions Reverted. The application will reload automatically to show changes.", function() {
location.reload();
});
mainController.changeView('showTrashcanPage', null); mainController.changeView('showTrashcanPage', null);
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment