Community
Participate
Working Groups
After dispose of a SubModuleNode in a shared view it is possible that the currentController of the view is null. Activation of a new node managed by the same view instance should lead to the creation of a new controller for the given node. If the currentController(null) == getControllerOfNode(null) there is no controller instance created.
SubModuleView#bind(final SubModuleNode node) doesn´t consider currentController == nulll && getController() == null after disposing a node and activating a new node instance
Fixed in SubModuleView#bind(final SubModuleNode node)