Project

General

Profile

« Previous | Next » 

Revision 0e072f9c

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 Button row to create new registrations in a registration working set

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/RegistrationUI.java
129 129
        //navigate to initial view
130 130
        String state = pageFragmentAsState();
131 131

  
132
        if(state != null){
133
            eventBus.publishEvent(new NavigationEvent(state));
134
        } else {
132
        if(state == null){
133
            // the case when state != null is handled in the UI base class
135 134
            eventBus.publishEvent(new NavigationEvent(INITIAL_VIEW));
136 135
        }
137 136
    }

Also available in: Unified diff