mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Fix deleting selected files in the trashbin
This commit is contained in:
parent
e6908f8b89
commit
b2d4e53f66
@ -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
Block a user