fix: The startup parameters of the application import tool were not imported (#3636)

This commit is contained in:
shaohuzhang1 2025-07-16 18:22:57 +08:00 committed by GitHub
parent 778b706776
commit 173cf52584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,