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/FieldUnitGeneralDetailElement.java
80 80
                formElement, "Collector", entity.getCollector(), EntitySelectionElement.ALL, style);
81 81
        text_collectingNumber = formFactory.createTextWithLabelElement(formElement, "Collecting number",
82 82
                entity.getFieldNumber(), style);
83
        checkIsPublish = formFactory.createCheckbox(formElement, "Publish", entity.isPublish(), style);
83
        checkIsPublish = formFactory.createCheckbox(formElement, "Publish", entity.innerFieldUnit().isPublish(), style);
84 84
    }
85 85

  
86 86
    @Override

Also available in: Unified diff