Project

General

Profile

« Previous | Next » 

Revision 6dd14e6f

Added by Katja Luther about 3 years ago

fix #9562: getting the correct value for publish flag of field unit and derived unit

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/DerivedUnitGeneralDetailElement.java
118 118
				formElement, "Accession Number", entity.getAccessionNumber(),
119 119
				style);
120 120
		uriPreferredStableUri = formFactory.createUriWithLabelElement(formElement, "Pref. Stable URI", entity.getPreferredStableUri(), style);
121
        checkIsPublish = formFactory.createCheckbox(formElement, "Publish", entity.isPublish(), style);
121
        checkIsPublish = formFactory.createCheckbox(formElement, "Publish", entity.innerDerivedUnit().isPublish(), style);
122 122

  
123 123
	}
124 124

  

Also available in: Unified diff