diff --git a/src/components/itemContextMenu.js b/src/components/itemContextMenu.js index 539d2fc96..b96ac1478 100644 --- a/src/components/itemContextMenu.js +++ b/src/components/itemContextMenu.js @@ -109,7 +109,7 @@ export function getCommands(options) { }); } - if (itemHelper.supportsAddingToCollection(item) && options.EnableCollectionManagement) { + if (itemHelper.supportsAddingToCollection(item) && (user.Policy.IsAdministrator || user.Policy.EnableCollectionManagement)) { commands.push({ name: globalize.translate('AddToCollection'), id: 'addtocollection',