Project

General

Profile

« Previous | Next » 

Revision 93a0c912

Added by Andreas Kohlbecker about 6 years ago

fixing npe

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkingsetPresenter.java
154 154
     *
155 155
     */
156 156
    protected void refreshView(boolean doReload) {
157
        if(workingset == null){
158
            return; // nothing to do
159
        }
157 160
        if(doReload){
158 161
            loadWorkingSet(workingset.getCitationId());
159 162
        }

Also available in: Unified diff