Project

General

Profile

« Previous | Next » 

Revision ba2f2883

Added by Patrick Plitzner over 4 years ago

ref #8744 Correctly initialize cdmEntitySession for character editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/character/CharacterEditor.java
133 133
            if(conversation == null){
134 134
                conversation = CdmStore.createConversation();
135 135
            }
136
            if(cdmEntitySession!=null){
136
            if(cdmEntitySession==null){
137 137
                cdmEntitySession = CdmStore.getCurrentSessionManager().newSession(this, true);
138 138
            }
139 139
        }

Also available in: Unified diff