Project

General

Profile

« Previous | Next » 

Revision be4a9789

Added by Andreas Kohlbecker about 6 years ago

fix #7231 replacing SpringApplicationEventBus by scoped Vaadin4Spring Event Bus

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/ListViewBean.java
119 119
     * @return
120 120
     */
121 121
    private void updateResults(TextField field, String newText) {
122
        eventBus.publishEvent(new UpdateResultsEvent(field, newText, this));
122
        getViewEventBus().publish(this, new UpdateResultsEvent(field, newText, this));
123 123
    }
124 124

  
125 125
    @Override

Also available in: Unified diff