Removed all calls to active menu selection (fixes #1106)
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / description / detail / TaxonInteractionDetailElement.java
index bc6a2240f1dc1bac1b0df7bcd85c089f0e0a423d..95221da5ed233016a069d58aac987d7b470c7c35 100644 (file)
@@ -63,7 +63,7 @@ public class TaxonInteractionDetailElement extends
                        TaxonInteraction entity, int style) {
                taxonSelection = formFactory
                                .createSelectionElement(Taxon.class,
-                                               getConversationHolder(), this, null,
+                                               getConversationHolder(), this, "Taxon",
                                                entity.getTaxon2(), EntitySelectionElement.NOTHING,
                                                SWT.WRAP);