From: Robin Appelman Date: Mon, 8 Dec 2014 14:16:15 +0000 (+0100) Subject: Fix deleting selected files in the trashbin X-Git-Tag: v7.0.6RC1~27^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3bf505b566e8cea1ea6d103895c3d8ab8cd88e9f;p=nextcloud-server.git Fix deleting selected files in the trashbin --- diff --git a/apps/files_trashbin/js/filelist.js b/apps/files_trashbin/js/filelist.js index 826c1bd64d5..e8e53105c0a 100644 --- a/apps/files_trashbin/js/filelist.js +++ b/apps/files_trashbin/js/filelist.js @@ -255,6 +255,10 @@ updateStorageStatistics: function() { // no op because the trashbin doesn't have // storage info like free space / used space + }, + + isSelectedDeletable: function() { + return true; } });