Community
Participate
Working Groups
If we have a assembly like this: - ModuleGroup - Module - SubModule1 - SubModule 2 and the following configuration: - SubModule 1 is not selectable - the assembly has a autostart > 0 If the user selects the module, an empty module is shown and no view will appear in the worarea. But if we navigate programatically to the SubModule2 node, the navigationtree will be displayed as expected.
Created attachment 172480 [details] Patch for the SWT Exampleclient to reproduce this bug to reproduce this behavior follow these steps: - start the SWT Exampleclient - Go to playground and select the module "Selectable SubModule" - nothing happens ... to reproduce the correct behavior when navigating programatically: - go to the module Shared View Demo - klick on the button "Show selectable SubModule" - the "Selectable Submodule" opens as excpected
could you please attach a screenshot what that looks like ?
Created attachment 172485 [details] Error
Created attachment 172487 [details] Expected visual representation
Don't pay attention to the weird looking Subapplicationtabs in the screenshots. This has nothing to do with this bug.
I believe this was fixed