Project

General

Profile

« Previous | Next » 

Revision 310480f4

Added by Katja Luther about 5 years ago

ref #8136: remove citation if changed away from lectotype

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AbstractTypeDesignationElement.java
80 80
        }else{
81 81
            if (selection_reference != null){
82 82
                removeReferenceControls();
83
                //check if there is still a reference
84
                if (this.entity.getCitation() != null){
85
                    this.entity.setCitation(null);
86
                    this.entity.setCitationMicroReference(null);
87
                }
83 88
            }
84 89
        }
85 90
        StoreUtil.reflowParentScrolledForm(getLayoutComposite(), true);

Also available in: Unified diff