Task #1345
closedSupport for validation skipping on userTask for decision
100%
Description
Use case:
I have userTask with custom fields which was created from WF. This custom fields should be required only for reject for example. (I can have field called reason for example and user have to fill the reason only when he is rejecting the task).
Now is possible to set field required or non required for all decisions.
It will be added new attribute into DecisionFormTypeDto called skipValidation then it will be possible to use this value in WF in the same way as the others attributes for decision type.
On FE in DynamicTaskDetail there will one more condition in _validateAndCompleteTask.
Updated by Roman Kučera about 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
Implemented https://github.com/bcvsolutions/CzechIdMng/commit/73e6914222aebee39fb8e1ab1b7ea763173e2553
Need to update documentation on wiki page
Updated by Roman Kučera about 6 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Roman Kučera to Vít Švanda
Updated by Vít Švanda about 6 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Roman Kučera
- % Done changed from 80 to 100
I did review and test. It's nice and works. Thanks for that.
Updated by Roman Kučera about 6 years ago
- Status changed from Resolved to Closed
Thanks, ticket can be closed now.