]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix deleting selected files in the trashbin
authorRobin Appelman <icewind@owncloud.com>
Mon, 8 Dec 2014 14:16:15 +0000 (15:16 +0100)
committerVincent Petry <pvince81@owncloud.com>
Wed, 4 Mar 2015 11:48:52 +0000 (12:48 +0100)
apps/files_trashbin/js/filelist.js

index 826c1bd64d51a633ec34c4fa10cbb8a3682af3fa..e8e53105c0a5c096b56fb020ee842dd7a5b8d587 100644 (file)
                updateStorageStatistics: function() {
                        // no op because the trashbin doesn't have
                        // storage info like free space / used space
+               },
+
+               isSelectedDeletable: function() {
+                       return true;
                }
 
        });