Loading bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/views/codesystems/BlockSelector.java +5 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,11 @@ public class BlockSelector extends CodeSelectorFactory { selected = ((BlockTreeViewerItem) firstElement).getBlock(); } tvfa.updateSelection((Identifiable) selected); if (selected != null) { ContextServiceHolder.get().getRootContext().setTyped(selected); } else { ContextServiceHolder.get().getRootContext().removeTyped(ICodeElementBlock.class); } } }; Loading Loading
bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/views/codesystems/BlockSelector.java +5 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,11 @@ public class BlockSelector extends CodeSelectorFactory { selected = ((BlockTreeViewerItem) firstElement).getBlock(); } tvfa.updateSelection((Identifiable) selected); if (selected != null) { ContextServiceHolder.get().getRootContext().setTyped(selected); } else { ContextServiceHolder.get().getRootContext().removeTyped(ICodeElementBlock.class); } } }; Loading