Project

General

Profile

« Previous | Next » 

Revision c1c4b55f

Added by Andreas Kohlbecker over 3 years ago

ref #9318 fixing problem with NomenclaturalSource selection in TaxonNameEditor

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/model/name/TaxonNameDTO.java
439 439
        NomenclaturalSource nomSource = name.getNomenclaturalSource();
440 440
        if(nomSource == null) {
441 441
            nomSource = NomenclaturalSource.NewNomenclaturalInstance(name);
442
            name.setNomenclaturalSource(nomSource);
442 443
        }
443 444
        return nomSource;
444 445
    }

Also available in: Unified diff