Commit 08cc8718 authored by Thomas Huster's avatar Thomas Huster
Browse files

[14358] added setting selection as typed context to VerrechnungsDisplay

parent 0f6d8746
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -284,8 +284,8 @@ public class VerrechnungsDisplay extends Composite implements IUnlockable {
				IStructuredSelection selection = viewer.getStructuredSelection();
				if (selection != null && !selection.isEmpty()
					&& (selection.getFirstElement() instanceof IBilled)) {
					ContextServiceHolder.get().postEvent(ElexisEventTopics.EVENT_UPDATE,
						selection.getFirstElement());
					ContextServiceHolder.get().getRootContext()
						.setTyped(selection.getFirstElement());
				}
			}
		});