Project

General

Profile

« Previous | Next » 

Revision af10794f

Added by Andreas Kohlbecker almost 6 years ago

consistent popup opening, using boundTargetField to identify field to be updated

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/StartRegistrationPresenter.java
94 94
            return;
95 95
        }
96 96

  
97
        newReferencePopup = getNavigationManager().showInPopup(ReferencePopupEditor.class, getView(), null);
97
        newReferencePopup = openPopupEditor(ReferencePopupEditor.class, event);
98 98
        EnumSet<ReferenceType> refTypes = RegistrationUIDefaults.PRINTPUB_REFERENCE_TYPES.clone();
99 99
        refTypes.remove(ReferenceType.Section);
100 100
        newReferencePopup.withReferenceTypes(refTypes);

Also available in: Unified diff