[Pkg-owncloud-commits] [owncloud] 23/38: Fix deleting selected files in the trashbin

David Prévot taffit at moszumanska.debian.org
Wed Mar 11 15:16:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 3bf505b566e8cea1ea6d103895c3d8ab8cd88e9f
Author: Robin Appelman <icewind at owncloud.com>
Date:   Mon Dec 8 15:16:15 2014 +0100

    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 826c1bd..e8e5310 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;
 		}
 
 	});

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list