Project

General

Profile

« Previous | Next » 

Revision e90e4ec3

Added by Andreas Kohlbecker about 6 years ago

ref #7344 new TaxonNameEditor mode to allow autofilling of name authorship fields

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNamePopupEditorMode.java
19 19
     * CombinationAuthorship BasionymAuthorship fields only visible if
20 20
     * not empty
21 21
     */
22
    suppressReplacementAuthorshipData,
22
    AUTOFILL_AUTHORSHIP_DATA,
23 23

  
24 24
    /**
25 25
     * Editing of the nomenclatural reference is limited to editing the sub section of the
......
29 29
     * section can be edited via a ReferencePopupEditor.
30 30
     *
31 31
     */
32
    nomenclaturalReferenceSectionEditingOnly,
32
    NOMENCLATURALREFERENCE_SECTION_EDITING_ONLY,
33 33

  
34 34
    /**
35 35
     * setting the nomenclatural reference is required with the exception
36 36
     * that existing data is considered complete if the combination
37 37
     * authors are set.
38 38
     */
39
    requireNomenclaturalReference
39
    REQUIRE_NOMENCLATURALREFERENCE
40 40

  
41 41
}

Also available in: Unified diff