mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[MNT-25584] Hide edit offline option when node is checked out (#5132)
* [MNT-25584] Hide edit offline option when node is checked out * [MNT-25584] CR fix * [MNT-25584] Missing docs changes
This commit is contained in:
@@ -57,7 +57,8 @@ Application related evaluators which can be used to check various different aspe
|
||||
| 5.1.1 | canToggleFileLock | Checks whether the user can lock/unlock the selected file |
|
||||
| 5.1.1 | isSmartFolder | Checks if the selected folder has the 'smf:customConfigSmartFolder' or the 'smf:systemConfigSmartFolder' aspect or not |
|
||||
| 5.1.1 | isMultiSelection | Checks if the user has selected multiple files |
|
||||
| 6.1.0 | canPrintFile | Checks if current file can be printed or not (media files such as audio/video cannot be printed). |
|
||||
| 6.1.0 | canPrintFile | Checks if current file can be printed or not (media files such as audio/video cannot be printed). |
|
||||
| 7.4.0 | app.selection.isCheckedOut | Checks if selected node contains `cm:checkedOut` aspect. |
|
||||
|
||||
#### Navigation Rules/Evaluators
|
||||
|
||||
|
||||
Reference in New Issue
Block a user