AT: commiting recent merge from trunk
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / combo / TermComboElement.java
index 4dfee30e729057a255764ca43577a4e0d8724372..f9a87eaeaa8d0103c9516fb0ff4e84f0c3725856 100644 (file)
@@ -211,7 +211,8 @@ public class TermComboElement<T extends DefinedTermBase>
                }
 
                if (selection != null && index == 0) {
-                       createTermNotInPreferredTerms(selection);
+                       //createTermNotInPreferredTerms(selection);
+                       selection = null;
                }
 
                combo.select(index);