mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 23:32:48 +00:00
fix: Cannot use form collection in loop (#4210)
This commit is contained in:
parent
ffc5c9e555
commit
505947ded2
|
|
@ -99,7 +99,7 @@ class LoopWorkflowManage(WorkflowManage):
|
|||
self.loop_field_list = []
|
||||
super().__init__(flow, params, work_flow_post_handler, base_to_response, None, None, None,
|
||||
None,
|
||||
None, start_node_id, start_node_data, chat_record, child_node)
|
||||
None, None, start_node_id, start_node_data, chat_record, child_node)
|
||||
|
||||
def get_node_cls_by_id(self, node_id, up_node_id_list=None,
|
||||
get_node_params=lambda node: node.properties.get('node_data')):
|
||||
|
|
|
|||
Loading…
Reference in New Issue