ref #6719 fixing bug in name editor event
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Wed, 14 Jun 2017 07:35:44 +0000 (09:35 +0200)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Wed, 14 Jun 2017 07:35:44 +0000 (09:35 +0200)
src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkflowViewBean.java

index 6748c323d93d73ab4b9ccb189e054ed19c7665d7..205aba8d96943ce35889a972c30785fa32dc0242 100644 (file)
@@ -309,7 +309,7 @@ public class RegistrationWorkflowViewBean extends AbstractPageView<RegistrationW
                     getEventBus().publishEvent(new TaxonNameEditorAction(
                         AbstractEditorAction.Action.EDIT,
                         nameId,
-                        e.getButton(),
+                        null, //e.getButton(),
                         this
                         )
                     );
@@ -321,7 +321,7 @@ public class RegistrationWorkflowViewBean extends AbstractPageView<RegistrationW
                         getEventBus().publishEvent(new TypeDesignationWorkingsetEditorAction(
                                 AbstractEditorAction.Action.EDIT,
                                 ids,
-                                e.getButton(),
+                                null, //e.getButton(),
                                 this
                                 )
                             );