#5242, #5223 Improve performance of derivate loading and editing
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / key / AbstractIdentificationEditorInput.java
index 0a1f60ffedeedfde2a26f5514c57269595939bf9..15c75555946e302a0acfcbfec2ddb64a4c3d26b3 100644 (file)
@@ -23,6 +23,7 @@ public abstract class AbstractIdentificationEditorInput<T extends IIdentificatio
        private final ConversationHolder conversation;
 
        protected AbstractIdentificationEditorInput(ConversationHolder conversation) {
+           super(true);
                this.conversation = conversation;
        }