mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-31 18:22:49 +00:00
fix: Importing an application that references tools from the tool store will create tools from the tool store in the new workspace (#3568)
This commit is contained in:
parent
d8c35fffd7
commit
1a2a02b808
|
|
@ -549,6 +549,7 @@ class ApplicationSerializer(serializers.Serializer):
|
|||
user_id=user_id,
|
||||
name=tool.get('name'),
|
||||
code=tool.get('code'),
|
||||
template_id=tool.get('template_id'),
|
||||
input_field_list=tool.get('input_field_list'),
|
||||
is_active=tool.get('is_active'),
|
||||
scope=ToolScope.WORKSPACE,
|
||||
|
|
|
|||
Loading…
Reference in New Issue