From 39522193ec9893edcae915577e434475d33836dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Fri, 10 Apr 2015 09:11:38 +0000 Subject: [PATCH] Fix wrong handling of ex basionym author #4475 --- .../taxeditor/ui/section/name/AuthorshipDetailElement.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AuthorshipDetailElement.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AuthorshipDetailElement.java index e6c9d6104..38b14a29c 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AuthorshipDetailElement.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/AuthorshipDetailElement.java @@ -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()); -- 2.34.1