Project

General

Profile

« Previous | Next » 

Revision 2108e10f

Added by Andreas Kohlbecker about 6 years ago

fix #7337 adding typifiedName reference to TypeDesignationWorkingsetEditorAction

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/NameTypeDesignationPresenter.java
204 204

  
205 205
        // handle adds
206 206
        for(TaxonName name : typifiedNames){
207
            if(name == null){
208
                throw new NullPointerException("typifiedName must not be null");
209
            }
207 210
            if(!name.getTypeDesignations().contains(bean)){
208 211
                name.addTypeDesignation(bean, false);
209 212
            }

Also available in: Unified diff