Rework todo result (#9893)

This commit is contained in:
Denis Bykhov
2025-09-19 10:41:21 +07:00
committed by GitHub
parent 1e7b531564
commit a7afa2b1dc
34 changed files with 555 additions and 317 deletions
+5 -1
View File
@@ -195,6 +195,10 @@ export default mergeIds(processId, process, {
ArraySizeLt: '' as IntlString,
ArraySizeLte: '' as IntlString,
CurrentUser: '' as IntlString,
CurrentDate: '' as IntlString
CurrentDate: '' as IntlString,
AddResult: '' as IntlString,
For: '' as IntlString,
Attribute: '' as IntlString,
Context: '' as IntlString
}
})