Project

General

Profile

« Previous | Next » 

Revision 3d093bed

Added by Andreas Kohlbecker over 5 years ago

fix #7845 new genus or species: setting value of genus or spec. epithet only if the name is not yet known

View differences:

src/main/java/eu/etaxonomy/vaadin/component/WeaklyRelatedEntityCombobox.java
202 202
        lazySelect.markAsDirty();
203 203
    }
204 204

  
205
    @Override
206
    public boolean isValueInOptions(){
207
        return lazySelect.getOptions().contains(lazySelect.getValue());
208
    }
209

  
205 210
    @Override
206 211
    public void setPropertyDataSource(Property newDataSource) {
207 212
        lazySelect.setPropertyDataSource(newDataSource);

Also available in: Unified diff