From 1b6de3c2579f58511855118cbcbea9bf567a0271 Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Tue, 5 Jan 2021 15:44:30 +0100 Subject: [PATCH] Disable multi download option --- src/components/multiSelect/multiSelect.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/multiSelect/multiSelect.js b/src/components/multiSelect/multiSelect.js index d552a9f1b2..d6ea5b6bd4 100644 --- a/src/components/multiSelect/multiSelect.js +++ b/src/components/multiSelect/multiSelect.js @@ -194,11 +194,14 @@ import confirm from '../confirm/confirm'; } if (user.Policy.EnableContentDownloading && appHost.supports('filedownload')) { + // Disabled because there is no callback for this item + /* menuItems.push({ name: globalize.translate('Download'), id: 'download', icon: 'file_download' }); + */ } if (user.Policy.IsAdministrator) {