mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1917] Extensions - evaluate actions for locked files (#858)
* locked file evaluator * add extension reference * update docs * disable versioning for locked files * disable metadata edit for locked files * update e2e
This commit is contained in:
committed by
Denys Vuika
parent
db66c72a06
commit
4c274acb3c
@@ -114,6 +114,7 @@ export class CoreExtensionsModule {
|
||||
'app.selection.file': app.hasFileSelected,
|
||||
'app.selection.file.canShare': app.canShareFile,
|
||||
'app.selection.file.isShared': app.isShared,
|
||||
'app.selection.file.isLocked': app.hasLockedFiles,
|
||||
'app.selection.library': app.hasLibrarySelected,
|
||||
'app.selection.isPrivateLibrary': app.isPrivateLibrary,
|
||||
'app.selection.hasLibraryRole': app.hasLibraryRole,
|
||||
|
Reference in New Issue
Block a user