Project

General

Profile

« Previous | Next » 

Revision 8647ca02

Added by Andreas Kohlbecker over 5 years ago

fix #7944 TaxonNamePopEditor: name part fields are required

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNamePopupEditor.java
820 820
            orthographicVariantToggle.setCaption("Orthographic variant");
821 821
        }
822 822

  
823
        genusOrUninomialField.setRequired(true);
823 824
        specificEpithetField.setVisible(isSpeciesOrBelow);
825
        specificEpithetField.setRequired(isSpeciesOrBelow);
824 826
        infraSpecificEpithetField.setVisible(rank.isInfraSpecific());
827
        infraSpecificEpithetField.setRequired(rank.isInfraSpecific());
825 828
        infraGenericEpithetField.setVisible(rank.isInfraGeneric());
829
        infraGenericEpithetField.setRequired(rank.isInfraGeneric());
826 830

  
827 831
        basionymsComboboxSelect.setVisible(withBasionymSection);
828 832

  

Also available in: Unified diff