mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2199] Upload Version - granular permission (#938)
* canUploadVersion evaluator * change upload version action rule * update docs * simplify condition * unit tests and code fixes
This commit is contained in:
committed by
Denys Vuika
parent
7c38201500
commit
bb5ce29445
@@ -123,6 +123,7 @@ export class CoreExtensionsModule {
|
||||
'app.selection.file.canShare': app.canShareFile,
|
||||
'app.selection.file.isShared': app.isShared,
|
||||
'app.selection.file.isLocked': app.hasLockedFiles,
|
||||
'app.selection.file.canUploadVersion': app.canUploadVersion,
|
||||
'app.selection.library': app.hasLibrarySelected,
|
||||
'app.selection.isPrivateLibrary': app.isPrivateLibrary,
|
||||
'app.selection.hasLibraryRole': app.hasLibraryRole,
|
||||
|
Reference in New Issue
Block a user