[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:
Michal Kinas
2026-04-02 15:04:21 +02:00
committed by GitHub
parent 1b51e74730
commit 4c7f4f2c14
5 changed files with 42 additions and 4 deletions
@@ -535,7 +535,8 @@
"visible": [
"app.selection.file",
"!app.navigation.isTrashcan",
"canToggleFileLock"
"canToggleFileLock",
"!app.selection.isCheckedOut"
]
}
},
@@ -873,7 +874,8 @@
"visible": [
"app.selection.file",
"!app.navigation.isTrashcan",
"canToggleFileLock"
"canToggleFileLock",
"!app.selection.isCheckedOut"
]
}
},
@@ -1297,7 +1299,8 @@
"visible": [
"app.selection.file",
"!app.navigation.isTrashcan",
"canToggleFileLock"
"canToggleFileLock",
"!app.selection.isCheckedOut"
]
}
},