ref #7117: misappliedName details: remove doubled taxon informations, add choose...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / view / e4 / details / DetailsViewerE4.java
index c900f9bec6c553337e08c0b7c66a00e964204dde..aa896d7c465e61659ebb2db420c59e19c4b4883b 100755 (executable)
@@ -793,11 +793,12 @@ public class DetailsViewerE4 extends AbstractCdmDataViewerE4 {
 
         TaxonRelationshipDetailSection taxonRelationshipDetailSection = formFactory.createTaxonRelationshipDetailSection(getConversationHolder(), parent, this, ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED);
 
+        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
 
         addPart(taxonRelationshipDetailSection);
 
         NonViralNameDetailSection nonViralNameSection = formFactory
-                .createNonViralNameDetailSection(getConversationHolder(), parent, this, false,
+                .createNonViralNameDetailSection(getConversationHolder(), parent, this, true,
                         ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED);
         addPart(nonViralNameSection);