feat: implement field locking and unlocking functionality, including UI, backend logic, and i18n. (#10573)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2026-03-01 00:42:00 +05:00
committed by GitHub
parent 33d8d500f3
commit e778a2748b
26 changed files with 350 additions and 22 deletions
+5
View File
@@ -89,6 +89,9 @@ export default mergeIds(processId, process, {
LockSectionEditor: '' as AnyComponent,
LockSectionPresenter: '' as AnyComponent,
UnLockSectionPresenter: '' as AnyComponent,
LockFieldEditor: '' as AnyComponent,
LockFieldPresenter: '' as AnyComponent,
UnLockFieldPresenter: '' as AnyComponent,
CancelToDoEditor: '' as AnyComponent,
ToDoValuePresenter: '' as AnyComponent,
ActionTypePresenter: '' as AnyComponent,
@@ -255,6 +258,8 @@ export default mergeIds(processId, process, {
LockSection: '' as IntlString,
UnlockCard: '' as IntlString,
UnlockSection: '' as IntlString,
LockField: '' as IntlString,
UnlockField: '' as IntlString,
Export: '' as IntlString,
Import: '' as IntlString
},