Project

General

Profile

« Previous | Next » 

Revision 10b63550

Added by Katja Luther over 6 years ago

ref #7117: misappliedName details: remove doubled taxon informations, add choose name button

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/details/DetailsViewerE4.java
793 793

  
794 794
        TaxonRelationshipDetailSection taxonRelationshipDetailSection = formFactory.createTaxonRelationshipDetailSection(getConversationHolder(), parent, this, ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED);
795 795

  
796
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
796 797

  
797 798
        addPart(taxonRelationshipDetailSection);
798 799

  
799 800
        NonViralNameDetailSection nonViralNameSection = formFactory
800
                .createNonViralNameDetailSection(getConversationHolder(), parent, this, false,
801
                .createNonViralNameDetailSection(getConversationHolder(), parent, this, true,
801 802
                        ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED);
802 803
        addPart(nonViralNameSection);
803 804

  

Also available in: Unified diff