Merge pull request #19747 from owncloud/files-delete-hidenotif

Hide notification on delete
This commit is contained in:
Thomas Müller 2015-10-14 12:49:22 +02:00
commit b090ed7666
1 changed files with 2 additions and 0 deletions

View File

@ -2015,6 +2015,8 @@
self.fileSummary.update();
self.updateSelectionSummary();
self.updateStorageStatistics();
// in case there was a "storage full" permanent notification
OC.Notification.hide();
} else {
if (result.status === 'error' && result.data.message) {
OC.Notification.show(result.data.message);