add AskSubclass option to CreateCard process and implement ClassUserInput component for flexible subclass selection (#10822)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2026-05-05 18:37:39 +05:00
committed by GitHub
parent 136a4e6b93
commit 4b4b9edbcc
20 changed files with 167 additions and 48 deletions
+2 -1
View File
@@ -281,7 +281,8 @@ export default mergeIds(processId, process, {
DayFromDate: '' as IntlString,
DateDifference: '' as IntlString,
TextFromSelect: '' as IntlString,
SelectFromText: '' as IntlString
SelectFromText: '' as IntlString,
AskSubclass: '' as IntlString
},
permission: {
RunProcess: '' as Ref<Permission>,