Merge pull request #19747 from owncloud/files-delete-hidenotif
Hide notification on delete
This commit is contained in:
commit
b090ed7666
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue