enable reduplication in agent bulkeditor
authorKatja Luther <k.luther@bgbm.org>
Wed, 1 Apr 2015 10:07:06 +0000 (10:07 +0000)
committerKatja Luther <k.luther@bgbm.org>
Wed, 1 Apr 2015 10:07:06 +0000 (10:07 +0000)
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AgentEditorInput.java

index 0ad0400a63e298dcd36cb7764f099343fdc71b26..923d532c08bfaf6b62246a04cbc82e6b82b9bee0 100644 (file)
@@ -97,7 +97,7 @@ public class AgentEditorInput extends AbstractBulkEditorInput<AgentBase> {
        /** {@inheritDoc} */
        @Override
        public boolean isMergingEnabled() {
-               return false;
+               return true;
        }
 
        /** {@inheritDoc} */