Real-time monitor and log viewer incorrectly displays subtree children of ParallelAll
Describe the bug I have a ParallelAll node in my tree. This ParallelAll node has two children that are different subtrees. The display in real-time monitor and log viewer is correct when the subtrees are collapsed. If I expand the 2 subtree children, the left subtree is the same as the right subtree although they are two different subtrees.
To Reproduce
Provide a list of steps to reproduce the issue. Expand both subtree children of a ParallelAll node. The two subtrees should be displayed correctly
Expected behavior I expected both subtree children of a ParallelAll node to be displayed correctly in real-time monitor and log viewer.
Screenshots and videos If applicable, add screenshots to help explain your problem. Consider using a screen-recording application (for instance, https://www.screencapture.com/)
Desktop (please complete the following information):
- OS: Ubuntu
- Version 24.04
Additional context Add any other context about the problem here.
Found that the instance name for both subtrees was accidentally the same. After I fixed that, it displayed the two subtrees correctly. Seems it shouldn't display it incorrectly even if instance name was the same.