Skip to content

Commit 33fac48

Browse files
committed
fix: The startup parameters of the application import tool were not imported
1 parent c7a9a4d commit 33fac48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/application/serializers/application.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ def to_tool(tool, workspace_id, user_id):
551551
code=tool.get('code'),
552552
template_id=tool.get('template_id'),
553553
input_field_list=tool.get('input_field_list'),
554+
init_field_list=tool.get('init_field_list'),
554555
is_active=tool.get('is_active'),
555556
scope=ToolScope.WORKSPACE,
556557
folder_id=workspace_id,

0 commit comments

Comments
 (0)