#5242, #5223 Improve performance of derivate loading and editing
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / TaxonEditorInput.java
index c59e0f2fe7628eb14567c9bdc2f1182a2e63e5fc..7fbb22736445c6afed82ae5c2abb5d11b432da8b 100644 (file)
@@ -67,6 +67,7 @@ public class TaxonEditorInput  extends CdmEntitySessionInput implements IEditorI
     }
 
     private TaxonEditorInput(UUID uuid, CdmType type) {
+        super(true);
         this.conversation = CdmStore.createConversation();
         switch(type) {
         case PARENT_TAXON_NODE: