mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +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
@@ -143,6 +143,7 @@ The button will be visible only when the linked rule evaluates to `true`.
|
||||
| app.selection.file | A single File node is selected. |
|
||||
| app.selection.file.canShare | User is able to share the selected file. |
|
||||
| app.selection.file.isShared | A shared node is selected |
|
||||
| app.selection.file.isLocked | File is locked for editing |
|
||||
| app.selection.library | A single Library node is selected. |
|
||||
| app.selection.isPrivateLibrary | A private Library node is selected. |
|
||||
| app.selection.hasLibraryRole | The selected Library node has a role property. |
|
||||
|
Reference in New Issue
Block a user