mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2193] Lock node - unlock after new version is uploaded (#924)
* unlock node api call * unlock action and effect * unlock node after version upload * check if locked * clear version input on dialog cancel event * update viewer on node version upload * update viewer on file upload delete * test * update tests * update tests * rename evaluators * update docs
This commit is contained in:
committed by
Denys Vuika
parent
65e0a1138c
commit
894a928187
@@ -111,8 +111,8 @@ export class CoreExtensionsModule {
|
||||
|
||||
extensions.setEvaluators({
|
||||
'app.selection.canDelete': app.canDeleteSelection,
|
||||
'app.selection.canUnlockFile': app.canUnlockFile,
|
||||
'app.selection.canLockFile': app.canLockFile,
|
||||
'app.selection.file.canUnlock': app.canUnlockFile,
|
||||
'app.selection.file.canLock': app.canLockFile,
|
||||
'app.selection.canDownload': app.canDownloadSelection,
|
||||
'app.selection.notEmpty': app.hasSelection,
|
||||
'app.selection.canUnshare': app.canUnshareNodes,
|
||||
|
Reference in New Issue
Block a user