mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 01:32:49 +00:00
feat: add template store functionality and appstore integration
This commit is contained in:
parent
9a7d4dbedd
commit
323dcaf0df
|
|
@ -1017,6 +1017,8 @@ class ApplicationOperateSerializer(serializers.Serializer):
|
|||
for n in node.get('properties', {}).get('node_data', {}).get('loop_body', {}).get('nodes', []):
|
||||
hand_node(n, update_tool_map)
|
||||
app.work_flow = work_flow
|
||||
app.name = instance.get('name')
|
||||
app.desc = instance.get('desc')
|
||||
app.save()
|
||||
|
||||
if len(tool_model_list) > 0:
|
||||
|
|
|
|||
Loading…
Reference in New Issue