mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-213] Edit Offline - permissions (#911)
* edit offline action rules * unlock node error message * update extensions rules * lock unlock evaluators * LockNodeDirective over EditOfflineDirective * disable tests failing cause of unrelated bug * isUserWriteLockOwner over isUserWriteLock
This commit is contained in:
committed by
Denys Vuika
parent
f7ed576847
commit
913685eb14
@@ -111,7 +111,8 @@ export class CoreExtensionsModule {
|
||||
|
||||
extensions.setEvaluators({
|
||||
'app.selection.canDelete': app.canDeleteSelection,
|
||||
'app.selection.canEditLockedFile': app.canEditLockedFile,
|
||||
'app.selection.canUnlockFile': app.canUnlockFile,
|
||||
'app.selection.canLockFile': app.canLockFile,
|
||||
'app.selection.canDownload': app.canDownloadSelection,
|
||||
'app.selection.notEmpty': app.hasSelection,
|
||||
'app.selection.canUnshare': app.canUnshareNodes,
|
||||
|
Reference in New Issue
Block a user