[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:
Cilibiu Bogdan
2018-12-06 17:29:13 +02:00
committed by Denys Vuika
parent db66c72a06
commit 4c274acb3c
6 changed files with 77 additions and 10 deletions

View File

@@ -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. |