mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 18:27:44 +02:00
Create card process (#9522)
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user