[ACS-12333][ACS-12335][ACS-12334] Add Checkout / Check-in Support (#5360)

Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
This commit is contained in:
Mykyta Maliarchuk
2026-09-08 10:57:16 +02:00
committed by GitHub
co-authored by Adam Świderski
parent ff7560b7fc
commit c4f3e988c8
40 changed files with 1271 additions and 311 deletions
+4 -1
View File
@@ -504,7 +504,9 @@
"COLLAPSE_SECTION": "Collapse section",
"EDIT": "Edit",
"CANCEL": "Cancel",
"SAVE": "Save"
"SAVE": "Save",
"LOCK_BADGE": "This document is locked by {{ owner }} for offline editing.",
"WORKING_COPY_BADGE": "Original document is locked by {{ owner }} for offline editing."
},
"NODE_INFO": {
"ICON": "Node Icon",
@@ -746,6 +748,7 @@
}
},
"CHECKOUT": {
"CHECKED_OUT_BY": "Original locked by: ",
"ERRORS": {
"CHECKOUT": {
"400": "This node cannot be checked out. It must be a content (cm:content) node.",