Closed
Description
Describe the bug
If there is a node and a SubTree with same name, and the SubTree has some ports defined using TreeNodesModel
, when trying to call the subtree it would throw the following error:
a port with name [param1] is found in the XML, but not in the providedPorts()
The error goes away if I rename the SubTree. I understand that having a same name is not recommended, but I just wanted to let you know that this bug appeared recently, it was not the case before.