mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6369] - ACA on multi select file/folder permisstion menu should not be shown (#3571)
This commit is contained in:
@@ -51,8 +51,8 @@ export const folderFavFile = {
|
||||
|
||||
// ---- multiple selection ---
|
||||
|
||||
const multipleSelContextMenu = ['Download', 'Favorite', 'Move', 'Copy', 'Delete', 'Permissions'];
|
||||
const multipleSelToolbarMore = ['Favorite', 'Move', 'Copy', 'Delete', 'Permissions'];
|
||||
const multipleSelContextMenu = ['Download', 'Favorite', 'Move', 'Copy', 'Delete'];
|
||||
const multipleSelToolbarMore = ['Favorite', 'Move', 'Copy', 'Delete'];
|
||||
|
||||
export const multipleSelFile = {
|
||||
contextMenu: multipleSelContextMenu,
|
||||
|
Reference in New Issue
Block a user