Project

General

Profile

« Previous | Next » 

Revision 7ec143e3

Added by Patrick Plitzner over 5 years ago

ref #7715 re-enable source section in supplemental view for descriptions

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/supplementaldata/SupplementalDataViewerE4.java
124 124

  
125 125
    private void createIdentifiableSections(RootElement parent) {
126 126

  
127
        if(!(getInput() instanceof DescriptionBase)){
128
            //sources are shown in DetailsView for Descriptions
129
            SourceSection sourceSection = formFactory.createSourceSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
130
            formFactory.createHorizontalSeparator(parent, SWT.BORDER);
131
            addPart(sourceSection);
132
        }
127
        SourceSection sourceSection = formFactory.createSourceSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
128

  
129
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
133 130

  
134 131
        IdentifierSection identifierSection = formFactory.createIdentifierDetailSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
135 132

  
......
147 144

  
148 145
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
149 146

  
147
        addPart(sourceSection);
150 148
        addPart(identifierSection);
151 149
        addPart(extensionSection);
152 150
        addPart(creditSection);

Also available in: Unified diff