Fix handling of source combo #3185
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / description / DescriptionElementSourceElement.java
index a38087669e82241c416a132ebe80b281ef625ae9..bc8656531fdb3ee3236e818e762e925333355f2f 100644 (file)
@@ -89,6 +89,10 @@ public class DescriptionElementSourceElement extends
                } else if (eventSource == selection_name) {
                        getEntity().setNameUsedInSource(selection_name.getSelection());
                }
+               else if(eventSource == combo_origsourcetype){
+                   getEntity().setType(combo_origsourcetype.getSelection());
+               }
+
        }
 
 }