mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Fix: pass template_id to batch mode handler so top-level template_id works as default
This commit is contained in:
parent
cef6dc6bd2
commit
e5797c3da0
@ -509,6 +509,7 @@ async def node_create(
|
||||
if nodes is not None:
|
||||
return await asyncio.to_thread(_run_handler_sync, create_node_handler, {
|
||||
"project_id": project_id, "nodes": nodes, "fields": fields,
|
||||
"template_id": template_id,
|
||||
})
|
||||
return await asyncio.to_thread(_run_handler_sync, create_node_handler, {
|
||||
"project_id": project_id, "template_id": template_id,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user