Improve process ui (#9645)

This commit is contained in:
Denis Bykhov
2025-08-06 17:19:12 +07:00
committed by GitHub
parent 2021e27379
commit 29257e9fc8
43 changed files with 738 additions and 1303 deletions
+10 -2
View File
@@ -62,7 +62,8 @@ export default mergeIds(processId, process, {
AddRelationEditor: '' as AnyComponent,
AddRelationPresenter: '' as AnyComponent,
CardUpdateEditor: '' as AnyComponent,
CardUpdatePresenter: '' as AnyComponent
CardUpdatePresenter: '' as AnyComponent,
ToDoSettingPresenter: '' as AnyComponent
},
criteriaEditor: {
StringCriteria: '' as AnyComponent,
@@ -173,6 +174,13 @@ export default mergeIds(processId, process, {
End: '' as IntlString,
Started: '' as IntlString,
Each: '' as IntlString,
CreateCard: '' as IntlString
CreateCard: '' as IntlString,
Done: '' as IntlString,
Cancelled: '' as IntlString,
ArraySizeEquals: '' as IntlString,
ArraySizeGt: '' as IntlString,
ArraySizeGte: '' as IntlString,
ArraySizeLt: '' as IntlString,
ArraySizeLte: '' as IntlString
}
})