Project

General

Profile

« Previous | Next » 

Revision 472f773b

Added by Patrick Plitzner over 5 years ago

fix #7715 Show sources for descriptions in DetailsView

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/details/DetailsViewerE4.java
585 585
        //
586 586
        //        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
587 587

  
588
        //		DescriptionSourceSection descriptionSourceSection = (DescriptionSourceSection) formFactory
589
        //				.createEntityDetailSection(EntityDetailType.DESCRIPTIONSOURCE,
590
        //						getConversationHolder(), parent, Section.TWISTIE);
591
        //
592
        //		formFactory.createHorizontalSeparator(parent, SWT.BORDER);
588
        DescriptionSourceSection descriptionSourceSection = formFactory.createDescriptionSourceSection(
589
                getConversationHolder(), parent, ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED);
590

  
591
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
593 592

  
594 593
        ScopeSection scopeSection = formFactory.createScopeSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
595 594

  
......
598 597
        addPart(descriptionDetailSection);
599 598
        addPart(naturalLanguageSection);
600 599
        //        addPart(describedSpecimenSection);
601
        //		addPart(descriptionSourceSection);
600
        addPart(descriptionSourceSection);
602 601
        addPart(scopeSection);
603 602
    }
604 603

  

Also available in: Unified diff