update file summary after group delete/restore
This commit is contained in:
parent
46bce8e540
commit
7ab4fef7a9
|
@ -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 New Issue