Project

General

Profile

« Previous | Next » 

Revision 2e385b93

Added by Katja Luther over 5 years ago

ref #7854: session handling in distribution editor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/wizard/AbstractTermSelectionWizardPage.java
51 51
    protected AbstractTermSelectionWizardPage(String pageName, TermType type) {
52 52
        super(pageName);
53 53
        // TODO check if configuration exists
54
        CdmStore.getCurrentSessionManager().bindNullSession();
54
       // CdmStore.getCurrentSessionManager().bindNullSession();
55 55
        this.type = type;
56 56
    }
57 57

  

Also available in: Unified diff