mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9765]: adds rma related rules for create/copy/move folders
This commit is contained in:
@@ -987,7 +987,8 @@
|
||||
"!app.navigation.isTrashcan",
|
||||
"!app.navigation.isLibraries",
|
||||
"app.selection.notEmpty",
|
||||
"app.selection.canDelete"
|
||||
"app.selection.canDelete",
|
||||
"!app.selection.isRmaSystemContainer"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -1003,7 +1004,8 @@
|
||||
"visible": [
|
||||
"app.selection.notEmpty",
|
||||
"!app.navigation.isTrashcan",
|
||||
"!app.navigation.isLibraries"
|
||||
"!app.navigation.isLibraries",
|
||||
"!app.selection.isRmaSystemContainer"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -153,6 +153,7 @@ import { IsFeatureSupportedInCurrentAcsPipe } from './pipes/is-feature-supported
|
||||
'app.selection.folder': rules.hasFolderSelected,
|
||||
'app.selection.folder.canUpdate': rules.canUpdateSelectedFolder,
|
||||
'app.selection.displayedKnowledgeRetrievalButton': rules.canDisplayKnowledgeRetrievalButton,
|
||||
'app.selection.isRmaSystemContainer': rules.isRmaSystemContainer,
|
||||
|
||||
'app.navigation.folder.canCreate': rules.canCreateFolder,
|
||||
'app.navigation.isTrashcan': rules.isTrashcan,
|
||||
|
||||
Reference in New Issue
Block a user