Project

General

Profile

« Previous | Next » 

Revision 4e19a89d

Added by Andreas Kohlbecker over 5 years ago

ref #7648 using CdmEntityInstantiator to disentangle the handling the creation of new taxon names for registrations

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractCdmDTOPopupEditor.java
40 40
        getPresenter().setGrantsForCurrentUser(crud);
41 41
    }
42 42

  
43
    public void setCdmEntityInstantiator(BeanInstantiator<CDM> cdmEntityInstantiator) {
44
        ((AbstractCdmDTOEditorPresenter)getPresenter()).setCdmEntityInstantiator(cdmEntityInstantiator);
45
    }
46

  
43 47

  
44 48

  
45 49
}

Also available in: Unified diff