mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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