Rollback and custom events preparation (#10298)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-12-13 18:52:24 +05:00
committed by GitHub
parent 6d1bda5d54
commit 87db5a52be
14 changed files with 297 additions and 62 deletions
+3
View File
@@ -68,6 +68,8 @@ export default mergeIds(processId, process, {
CardUpdateEditor: '' as AnyComponent,
CardUpdatePresenter: '' as AnyComponent,
FieldChangesEditor: '' as AnyComponent,
OnEventEditor: '' as AnyComponent,
OnEventPresenter: '' as AnyComponent,
ToDoSettingPresenter: '' as AnyComponent,
TimeEditor: '' as AnyComponent,
TimePresenter: '' as AnyComponent,
@@ -174,6 +176,7 @@ export default mergeIds(processId, process, {
WaitUntil: '' as IntlString,
WhenCardMatches: '' as IntlString,
WhenFieldChanges: '' as IntlString,
OnEvent: '' as IntlString,
Result: '' as IntlString,
RequestResult: '' as IntlString,
NoResultRequired: '' as IntlString,