From: Bjoern Schiessle Date: Wed, 9 Oct 2013 14:17:43 +0000 (+0200) Subject: update file summary after group delete/restore X-Git-Tag: v6.0.0alpha2~50^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7ab4fef7a9bee5ecad7ccf6fbc30cb8087861d4b;p=nextcloud-server.git update file summary after group delete/restore --- diff --git a/apps/files_trashbin/js/trash.js b/apps/files_trashbin/js/trash.js index 5fcc60100b0..4e83afcdb06 100644 --- a/apps/files_trashbin/js/trash.js +++ b/apps/files_trashbin/js/trash.js @@ -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(); } );