Project

General

Profile

« Previous | Next » 

Revision 7adc925d

Added by Andreas Kohlbecker almost 6 years ago

ref #7338 TaxonNameEditor mode VALIDATE_AGAINST_HIGHER_NAME_PART implemented for genusOrUninomial

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNamePopupEditorMode.java
36 36
     * that existing data is considered complete if the combination
37 37
     * authors are set.
38 38
     */
39
    REQUIRE_NOMENCLATURALREFERENCE
39
    REQUIRE_NOMENCLATURALREFERENCE,
40

  
41
    /**
42
     * The next higher name must be in the system or it needs to be entered. For species the next higher name is
43
     * the genus, for sub-species it is the species, etc.
44
     */
45
    VALIDATE_AGAINST_HIGHER_NAME_PART
40 46

  
41 47
}

Also available in: Unified diff