Project

General

Profile

« Previous | Next » 

Revision e1ac6e69

Added by Katja Luther over 6 years ago

fix Multiple Representation Exception in derivate view

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/DerivateView.java
187 187
            if(conversation == null){
188 188
                conversation = CdmStore.createConversation();
189 189
            }
190
            if(cdmEntitySession!=null){
190
            if(cdmEntitySession == null){
191 191
                cdmEntitySession = CdmStore.getCurrentSessionManager().newSession(this, true);
192 192
            }
193 193
        }

Also available in: Unified diff