feat: Implement process import/export functionality, enhance process … (#10528)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2026-02-19 14:41:51 +05:00
committed by GitHub
parent f391dd0a5d
commit feb76fcafa
25 changed files with 228 additions and 103 deletions
+3 -1
View File
@@ -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>,