pyl
This commit is contained in:
parent
9e3640b169
commit
5f7dac332f
|
@ -574,9 +574,7 @@ def _get_spiff_task_from_process_instance(
|
||||||
|
|
||||||
|
|
||||||
# originally from: https://bitcoden.com/answers/python-nested-dictionary-update-value-where-any-nested-key-matches
|
# originally from: https://bitcoden.com/answers/python-nested-dictionary-update-value-where-any-nested-key-matches
|
||||||
def _update_form_schema_with_task_data_as_needed(
|
def _update_form_schema_with_task_data_as_needed(in_dict: dict, task: Task) -> None:
|
||||||
in_dict: dict, task: Task
|
|
||||||
) -> None:
|
|
||||||
"""Update_nested."""
|
"""Update_nested."""
|
||||||
if task.data is None:
|
if task.data is None:
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Reference in New Issue