Project

General

Profile

« Previous | Next » 

Revision 01b36d05

Added by Andreas Kohlbecker about 6 years ago

fixing event scope problem

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/LoginViewBean.java
64 64
     * @param e
65 65
     */
66 66
    private void handleLoginClick(ClickEvent e) {
67
        getViewEventBus().publish(this, new AuthenticationAttemptEvent(e, loginDialog.getUserName().getValue()));
67
        getViewEventBus().publish(EventScope.UI, this, new AuthenticationAttemptEvent(e, loginDialog.getUserName().getValue()));
68 68
    }
69 69

  
70 70
    @Override

Also available in: Unified diff