mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 04:37:44 +02:00
feat: Implement process import/export functionality, enhance process … (#10528)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -249,7 +249,9 @@ export default mergeIds(processId, process, {
|
||||
LockCard: '' as IntlString,
|
||||
LockSection: '' as IntlString,
|
||||
UnlockCard: '' as IntlString,
|
||||
UnlockSection: '' as IntlString
|
||||
UnlockSection: '' as IntlString,
|
||||
Export: '' as IntlString,
|
||||
Import: '' as IntlString
|
||||
},
|
||||
permission: {
|
||||
RunProcess: '' as Ref<Permission>,
|
||||
|
||||
Reference in New Issue
Block a user