mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
update file summary after group delete/restore
This commit is contained in:
parent
46bce8e540
commit
7ab4fef7a9
1 changed files with 2 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ $(document).ready(function() {
|
|||
OC.dialogs.alert(result.data.message, t('core', 'Error'));
|
||||
}
|
||||
enableActions();
|
||||
FileList.updateFileSummary();
|
||||
}
|
||||
);
|
||||
});
|
||||
|
|
@ -148,6 +149,7 @@ $(document).ready(function() {
|
|||
OC.dialogs.alert(result.data.message, t('core', 'Error'));
|
||||
}
|
||||
enableActions();
|
||||
FileList.updateFileSummary();
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue