#5242, #5223 Improve performance of derivate loading and editing
[taxeditor.git] / eu.etaxonomy.taxeditor.bulkeditor / src / main / java / eu / etaxonomy / taxeditor / bulkeditor / input / AbstractBulkEditorInput.java
index 664035344691867fae48a1e4a3e91aab11ef56a9..150e3b1aac446277e6e8b579bd454626221ae664 100644 (file)
@@ -60,7 +60,7 @@ public abstract class AbstractBulkEditorInput<T extends ICdmBase> extends CdmEnt
        private static Class serviceClass;
 
        public AbstractBulkEditorInput() {
-
+           super(true);
        }
 
        /**