UBERF-6486 Lock document content (#5799)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2024-06-13 13:27:59 +07:00
committed by GitHub
parent bf969fb27d
commit a409cfafb3
13 changed files with 142 additions and 9 deletions
+4
View File
@@ -71,6 +71,10 @@ export default mergeIds(documentId, document, {
Unstar: '' as IntlString,
CopyDocumentUrl: '' as IntlString,
Lock: '' as IntlString,
Unlock: '' as IntlString,
Locked: '' as IntlString,
ViewMode: '' as IntlString,
EditMode: '' as IntlString,
SuggestMode: '' as IntlString,