Fix wrong handling of ex basionym author #4475
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 10 Apr 2015 09:11:38 +0000 (09:11 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 10 Apr 2015 09:11:38 +0000 (09:11 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AuthorshipDetailElement.java

index e6c9d61042f3506e8c5dc40a54652b6638260f70..38b14a29cc8b4946762908aa1bdffe1407605d54 100644 (file)
@@ -120,9 +120,6 @@ public class AuthorshipDetailElement extends
                                setIrrelevant(toggleable_cache.getState(),
                                                Arrays.asList(new Object[] { toggleable_cache }));
                        }
-               } else if (eventSource == selectionExBasionymAuthor) {
-                   getEntity().setCombinationAuthorTeam(
-                           selectionExBasionymAuthor.getSelection());
                } else if (eventSource == selectionCombinationAuthor) {
                        getEntity().setCombinationAuthorTeam(
                                        selectionCombinationAuthor.getSelection());