mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 13:18:35 +00:00
Merge pull request #463 from sartography/bug/validation-fields
Fixes a bug so that you can reference later fields (and they'll validate
This commit is contained in:
commit
5fee42b437
@ -256,6 +256,9 @@ class WorkflowService(object):
|
||||
|
||||
hide_groups = []
|
||||
|
||||
for field in task_api.form.fields:
|
||||
form_data[field.id] = None
|
||||
|
||||
for field in task_api.form.fields:
|
||||
# Assure we have a field type
|
||||
if field.type is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user