This commit is contained in:
alicia pritchett 2022-02-18 11:57:13 -05:00
parent e7c0e66f86
commit 4b92b0ee71

View File

@ -305,6 +305,9 @@ class WorkflowService(object):
task=task)
if not field.has_property(Task.FIELD_PROP_REPEAT):
continue
else:
form_data[field.id] = None
# If we are only populating required fields, and this isn't required. stop here.
if required_only: