Community
Participate
Working Groups
If I have a Module with 3 SubModuleNodes A,B,C with active Node C the following Code executed in C´s SubModuleController will activate A which is wrong behaviour. getNavigationNode().setVisible(false); getNavigationNode().navigate(new NavigationNodeId("B")); B should be activated. A gets activated by the Delayer-Thread.
Created attachment 176882 [details] Fix handling the Threading problem
Fix applied