fix right click service on custom nodes with empty services, load services to custom node when drawn on canvas, show current services for custom node's service dialog
This commit is contained in:
parent
b3463f1fb7
commit
09cc65646f
3 changed files with 23 additions and 3 deletions
|
@ -736,6 +736,9 @@ class CoreClient:
|
|||
image=image,
|
||||
emane=emane,
|
||||
)
|
||||
if NodeUtils.is_custom(model):
|
||||
services = NodeUtils.get_custom_node_services(self.app.guiconfig, model)
|
||||
node.services[:] = services
|
||||
logging.debug(
|
||||
"adding node to core session: %s, coords: (%s, %s), name: %s",
|
||||
self.session_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue