Project

General

Profile

« Previous | Next » 

Revision ae69029f

Added by Andreas Kohlbecker over 5 years ago

fix #7846 editor context information shown as breadcrumbs in the toolbar of popup editors

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNamePopupEditor.java
555 555
            updateAuthorshipFields();
556 556
        }
557 557
        if(isModeEnabled(TaxonNamePopupEditorMode.NOMENCLATURALREFERENCE_SECTION_EDITING_ONLY) && getBean().getNomenclaturalReference() != null) {
558
            nomReferenceCombobox.setCaption("Selection limited to nomenclatural reference and parts of it.");
558
            nomReferenceCombobox.setDescription("Selection limited to nomenclatural reference and parts of it.");
559 559
        }
560 560
        if(isModeEnabled(TaxonNamePopupEditorMode.REQUIRE_NOMENCLATURALREFERENCE)) {
561 561
            if(combinationAuthorshipField.getValue() == null){

Also available in: Unified diff