Skip to content

Commit 505947d

Browse files
authored
fix: Cannot use form collection in loop (#4210)
1 parent ffc5c9e commit 505947d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/application/flow/loop_workflow_manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(self, flow: Workflow,
9999
self.loop_field_list = []
100100
super().__init__(flow, params, work_flow_post_handler, base_to_response, None, None, None,
101101
None,
102-
None, start_node_id, start_node_data, chat_record, child_node)
102+
None, None, start_node_id, start_node_data, chat_record, child_node)
103103

104104
def get_node_cls_by_id(self, node_id, up_node_id_list=None,
105105
get_node_params=lambda node: node.properties.get('node_data')):

0 commit comments

Comments
 (0)