Project

General

Profile

« Previous | Next » 

Revision 937c2efc

Added by Andreas Kohlbecker over 6 years ago

alternative caption in nomenclaturalReferenceSectionEditingOnly mode

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNamePopupEditor.java
346 346
        if(isModeEnabled(TaxonNamePopupEditorMode.suppressReplacementAuthorshipData)){
347 347
            combinationAuthorshipField.setVisible(taxonName.getCombinationAuthorship() != null);
348 348
        }
349
        if(isModeEnabled(TaxonNamePopupEditorMode.nomenclaturalReferenceSectionEditingOnly) && getBean().getNomenclaturalReference() != null) {
350
            nomReferenceCombobox.setCaption("Nomenclatural reference (sections of " + getBean().getNomenclaturalReference().getTitle() + " only)");
351
        }
349 352

  
350 353
    }
351 354

  

Also available in: Unified diff