[ACS-12332] Add checkout and cancel-checkout node support (#5334)

* [ACS-12332] Add checkout and cancel-checkout node support

* [ACS-12332] cr fix
This commit is contained in:
Mykyta Maliarchuk
2026-08-19 10:36:47 +02:00
committed by GitHub
parent ca364f23d4
commit df92e11d9a
3 changed files with 133 additions and 1 deletions
+16
View File
@@ -743,5 +743,21 @@
"TITLE": "AI Agents",
"DISCOVERY": "Discovery"
}
},
"CHECKOUT": {
"ERRORS": {
"CHECKOUT": {
"400": "This node cannot be checked out. It must be a content (cm:content) node.",
"403": "You do not have permission to check out this node.",
"409": "This node is already checked out or locked by another user."
},
"CANCEL_CHECKOUT": {
"400": "Checkout cannot be cancelled. The node is not a content node or is not currently checked out.",
"403": "You do not have permission to cancel the checkout for this node.",
"409": "Failed to cancel checkout. Please try again or contact your IT team."
},
"404": "Node not found.",
"UNKNOWN": "An unexpected error occurred. Please try again or contact your IT team."
}
}
}