mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 10:05:01 +02:00
Process notifications (#9501)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -55,7 +55,8 @@ export default mergeIds(processId, process, {
|
||||
TransitionEditor: '' as AnyComponent,
|
||||
StateEditor: '' as AnyComponent,
|
||||
TransitionRefPresenter: '' as AnyComponent,
|
||||
LogActionPresenter: '' as AnyComponent
|
||||
LogActionPresenter: '' as AnyComponent,
|
||||
NotifierExtension: '' as AnyComponent
|
||||
},
|
||||
transformEditor: {
|
||||
DateOffsetEditor: '' as AnyComponent,
|
||||
@@ -148,6 +149,7 @@ export default mergeIds(processId, process, {
|
||||
Search: '' as IntlString,
|
||||
Separator: '' as IntlString,
|
||||
Start: '' as IntlString,
|
||||
End: '' as IntlString
|
||||
End: '' as IntlString,
|
||||
Started: '' as IntlString
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user