Project

General

Profile

« Previous | Next » 

Revision e3895566

Added by Katja Luther over 3 years ago

ref #9065: derivedUnit wizard should contain media section but without loading the image

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/DerivedUnitGeneralWizardPage.java
38 38
	public AbstractCdmDetailElement<DerivedUnitFacade> createElement(ICdmFormElement rootElement) {
39 39
		DerivedUnitGeneralDetailElement detailElement = formFactory.createDerivedUnitGeneralDetailElement(rootElement);
40 40
		detailElement.setShowSpecimenType(false);
41
		detailElement.setShowOnlyDerivedUnitData(false);
41 42
		detailElement.setEntity(getEntity());
42 43
		checkComplete();
43 44
		return detailElement;

Also available in: Unified diff