mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02:00
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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user