Project

General

Profile

« Previous | Next » 

Revision dd5402d9

Added by Patrick Plitzner almost 5 years ago

ref #8260 Fix version and UUID/ID section in supp data view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/supplementaldata/SupplementalDataViewerE4.java
175 175
    }
176 176

  
177 177
	private void createVersionSection(RootElement parent){
178
		VersionSection versionSection = formFactory.createVersionSection(parent, ExpandableComposite.NO_TITLE | StoreUtil.getSectionStyle(VersionSection.class, getInput().getClass().getCanonicalName(), true));
178
		VersionSection versionSection = formFactory.createVersionSection(parent, ExpandableComposite.NO_TITLE);
179 179
		addPart(versionSection);
180 180
	}
181 181

  
182 182
	private void createCdmBaseSection(RootElement parent) {
183

  
184
		CdmBaseSection cdmBaseSection = formFactory.createCdmBaseSection(parent, ExpandableComposite.NO_TITLE | StoreUtil.getSectionStyle(CdmBaseSection.class, getInput().getClass().getCanonicalName(), true));
183
		CdmBaseSection cdmBaseSection = formFactory.createCdmBaseSection(parent, ExpandableComposite.NO_TITLE);
185 184
		addPart(cdmBaseSection);
186 185
	}
187 186

  

Also available in: Unified diff