Fix handling of source combo #3185
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 17 Mar 2016 14:39:53 +0000 (15:39 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 17 Mar 2016 14:39:53 +0000 (15:39 +0100)
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());
+               }
+
        }
 
 }