fix: The startup parameters of the application import tool were not imported (#3636)
This commit is contained in:
parent
778b706776
commit
173cf52584
@ -551,6 +551,7 @@ class ApplicationSerializer(serializers.Serializer):
|
||||
code=tool.get('code'),
|
||||
template_id=tool.get('template_id'),
|
||||
input_field_list=tool.get('input_field_list'),
|
||||
init_field_list=tool.get('init_field_list'),
|
||||
is_active=tool.get('is_active'),
|
||||
scope=ToolScope.WORKSPACE,
|
||||
folder_id=workspace_id,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user