Project

General

Profile

« Previous | Next » 

Revision 8a286db5

Added by Andreas Müller almost 4 years ago

Exclude ignored entities from session expection

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/sessions/InspectSessionsDialog.java
75 75
        setText("Inspect Active Session");
76 76
        cdmlibModelCache = CdmRemoteCacheManager.getInstance().getCdmModelGetMethodsCache();
77 77
        activeSession = CdmStore.getCurrentSessionManager().getActiveSession();
78
        ecdr = activeSession.debug();
78
        //TODO
79
        ecdr = activeSession.debug(false);
79 80
    }
80 81

  
81 82
    /**

Also available in: Unified diff