From b2d4e53f668eac6c8b792cfa255967235cbcc6bd Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 8 Dec 2014 15:16:15 +0100 Subject: [PATCH] Fix deleting selected files in the trashbin --- apps/files_trashbin/js/filelist.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/files_trashbin/js/filelist.js b/apps/files_trashbin/js/filelist.js index a3631a2d0fe..12f3f1982f6 100644 --- a/apps/files_trashbin/js/filelist.js +++ b/apps/files_trashbin/js/filelist.js @@ -268,6 +268,10 @@ updateStorageStatistics: function() { // no op because the trashbin doesn't have // storage info like free space / used space + }, + + isSelectedDeletable: function() { + return true; } }); -- 2.39.5