Project

General

Profile

« Previous | Next » 

Revision a3d00817

Added by Andreas Müller about 3 years ago

ref #9332 adapt vaadin code to designationSource

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/NameTypeDesignationPresenter.java
286 286
    protected NameTypeDesignation preSaveBean(NameTypeDesignation bean) {
287 287

  
288 288
        if(!bean.hasDesignationSource()) {
289
            bean.setSource(null); // this effectively removes the designation reference and reference detail
289
            bean.setDesignationSource(null); // this effectively removes the designation reference and reference detail
290 290
        }
291 291

  
292 292
        // the typifiedNames can only be set on the name side, so we need to

Also available in: Unified diff