Create card process (#9522)

This commit is contained in:
Denis Bykhov
2025-07-11 09:11:58 +07:00
committed by GitHub
parent 881a12cc6e
commit cd3396cf9d
48 changed files with 1005 additions and 467 deletions
+7 -2
View File
@@ -56,7 +56,11 @@ export default mergeIds(processId, process, {
StateEditor: '' as AnyComponent,
TransitionRefPresenter: '' as AnyComponent,
LogActionPresenter: '' as AnyComponent,
NotifierExtension: '' as AnyComponent
NotifierExtension: '' as AnyComponent,
CreateCardEditor: '' as AnyComponent,
CreateCardPresenter: '' as AnyComponent,
AddRelationEditor: '' as AnyComponent,
AddRelationPresenter: '' as AnyComponent
},
transformEditor: {
DateOffsetEditor: '' as AnyComponent,
@@ -151,6 +155,7 @@ export default mergeIds(processId, process, {
Start: '' as IntlString,
End: '' as IntlString,
Started: '' as IntlString,
Each: '' as IntlString
Each: '' as IntlString,
CreateCard: '' as IntlString
}
})