Merge pull request #12696 from owncloud/trashbin-selected-delete
Fix deleting selected files in the trashbin
This commit is contained in:
commit
baf5c44bec
|
@ -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;
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue