From c5af9108864d220e24fb718a7686e98fdec5e3d0 Mon Sep 17 00:00:00 2001 From: Roland Scheidel Date: Tue, 3 Dec 2019 09:45:33 +0100 Subject: add an option to the multiple files selected actions to add and remove tags from multiple files at once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Scheidel Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/js/app.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/files/js/app.js') diff --git a/apps/files/js/app.js b/apps/files/js/app.js index 1a0d59eee0f..6971088bb47 100644 --- a/apps/files/js/app.js +++ b/apps/files/js/app.js @@ -113,6 +113,11 @@ iconClass: 'icon-delete', order: 99, }, + { + name: 'tags', + displayName: 'Tags', + iconClass: 'icon-tag' + }, ], sorting: { mode: $('#defaultFileSorting').val(), -- cgit v1.2.3