Project

General

Profile

« Previous | Next » 

Revision d3a37851

Added by Andreas Kohlbecker almost 5 years ago

ref #8220 fixing NPE

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkingsetPresenter.java
355 355
            return;
356 356
        }
357 357

  
358
        boolean isAddExistingNameRegistration = event.getTarget().equals(getView().getAddExistingNameCombobox());
358
        boolean isAddExistingNameRegistration = event.getTarget() != null && event.getTarget().equals(getView().getAddExistingNameCombobox());
359 359

  
360 360
        TaxonNamePopupEditor popup = openPopupEditor(TaxonNamePopupEditor.class, event);
361 361
        popup.setParentEditorActionContext(event.getContext(), event.getTarget());

Also available in: Unified diff