Project

General

Profile

« Previous | Next » 

Revision e8e0ad3b

Added by Andreas Kohlbecker over 5 years ago

fix #7722 removing rank limitation for validations in name editor

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNamePopupEditor.java
700 700

  
701 701
        boolean isSpeciesOrBelow = !rank.isHigher(Rank.SPECIES());
702 702
        Boolean withBasionymSection = BooleanUtils.isTrue(basionymToggle.getValue());
703
        Boolean withValidationSection = isSpeciesOrBelow && BooleanUtils.isTrue(validationToggle.getValue());
703
        Boolean withValidationSection = BooleanUtils.isTrue(validationToggle.getValue());
704 704

  
705 705
        if(isModeEnabled(TaxonNamePopupEditorMode.VALIDATE_AGAINST_HIGHER_NAME_PART)){
706 706
            if(isSpeciesOrBelow) {

Also available in: Unified diff