ref #8136 Show micro citation in details view
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 3 Apr 2019 13:57:18 +0000 (15:57 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 3 Apr 2019 13:57:18 +0000 (15:57 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AbstractTypeDesignationElement.java

index b8d42588f5b46260b03da3df628c4fcbd6a57766..bd665c2422a83f26dac4e5aefdf34009a9e503e4 100644 (file)
@@ -75,7 +75,7 @@ public abstract class AbstractTypeDesignationElement<T extends TypeDesignationBa
                                 entity.getCitation(), EntitySelectionElement.ALL, SWT.NULL);
 
                 text_referenceDetail = formFactory.createTextWithLabelElement(
-                    formElement, "Reference Detail", null, SWT.NULL);
+                    formElement, "Reference Detail", entity.getCitationMicroReference(), SWT.NULL);
                }
         }else{
             if (selection_reference != null){