Project

General

Profile

« Previous | Next » 

Revision 6062e4a0

Added by Andreas Kohlbecker about 5 years ago

ref #8050 validing related name nomenclatural reference to require the user to add missing references when reusing an exising name

View differences:

src/main/java/eu/etaxonomy/vaadin/component/NameRelationField.java
84 84

  
85 85
        relatedNameComboBox = new ToOneRelatedEntityCombobox<TaxonName>(this.nameFieldCaption, TaxonName.class);
86 86
        citatonComboBox = new ToOneRelatedEntityCombobox<Reference>("Reference", Reference.class);
87

  
88
        setValidationVisible(false);
87 89
    }
88 90

  
89 91
    /**

Also available in: Unified diff