- use labelCache instead of description for amplification labeling
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / selection / EntitySelectionElement.java
index 8f2ad3b6c523ea638f5d36994c45fca694add23e..0b0f89b2c13c9d93d4053110713f79a791161a8d 100644 (file)
@@ -338,7 +338,7 @@ public class EntitySelectionElement<T extends ICdmBase> extends
             } else if (entity instanceof Primer){
                 return ((Primer) entity).getLabel();
             } else if (entity instanceof Amplification){
-                return ((Amplification) entity).getDescription();
+                return ((Amplification) entity).getLabelCache();
             }
 
                }