Community
Participate
Working Groups
If an assembler creates nodes with the requiresPreparation = true and the corresponding controller adds nodes to itself in the configureRidgets method, the icon in the navigationtree remains as a leaf instead of a folder.
The childAdd-event did not go through to the navigationtree, because the new created node did not have a connection to it. If fixed by firing an childAdd-event in the NavigationNode.prepare(), to update the tree icon.
Fixed in HEAD