Project

General

Profile

« Previous | Next » 

Revision 1a3d66bf

Added by Andreas Kohlbecker about 7 years ago

making use of the new RegistationService methods

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractCdmEditorPresenter.java
34 34
    public void onEditorPreSaveEvent(EditorPreSaveEvent preSaveEvent){
35 35
        tx = getRepo().startTransaction(true);
36 36
        // merge the bean and update the fieldGroup with the merged bean, so that updating
37
        // of field values in turn of the commit are can not cause LazyInitializytionExeptions
37
        // of field values in turn of the commit are can not cause LazyInitializationExeptions
38 38
        // the bean still has the original values at this point
39 39
        mergedBean(preSaveEvent.getCommitEvent());
40 40

  

Also available in: Unified diff