- moved OriginalLabel above sources #4776
authorPatric Plitzner <p.plitzner@bgbm.org>
Tue, 26 May 2015 10:40:46 +0000 (10:40 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Tue, 26 May 2015 10:40:46 +0000 (10:40 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/DerivedUnitBaseDetailElement.java

index 7c589fe5042dfedf57447abc3591a0001db5a84f..4cca3d1f8d05e77db84beef3749e35a145f427cf 100644 (file)
@@ -113,12 +113,13 @@ public class DerivedUnitBaseDetailElement extends
 //                             .setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
 //             section_duplicates.setEntity(entity);
 
+               textOriginalLabel = formFactory.createOriginalLabelDataElement(formElement);
+               textOriginalLabel.setEntity(getEntity());
+
         section_source = formFactory.createSourceCollectionDetailSection(getConversationHolder(), formElement, ExpandableComposite.TWISTIE);
                section_source.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
                section_source.setEntity(entity);
 
-        textOriginalLabel = formFactory.createOriginalLabelDataElement(formElement);
-        textOriginalLabel.setEntity(getEntity());
        }
 
     /** {@inheritDoc} */