Process notifications (#9501)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-07-09 10:12:10 +05:00
committed by GitHub
parent 27ab94c9a0
commit f55ac2e3d4
22 changed files with 168 additions and 24 deletions
+4 -2
View File
@@ -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
}
})