Project

General

Profile

« Previous | Next » 

Revision ea94be31

Added by Katja Luther almost 3 years ago

fix #9587: reload the editor input when saving

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java
233 233
                    && ((TaxonNameEditorE4) part.getObject()).getTaxon().getUuid().equals(input.getTaxon().getUuid())){
234 234
        	    if (part.isDirty()){
235 235
        	        forceUserSaveE4Editor(((TaxonNameEditorE4) part.getObject()), getShell());
236
        	        input = TaxonEditorInputE4.NewInstance(input.getTaxonNode().getUuid());
236 237
        	    }
237 238
                partService.hidePart(part);
238 239
                break;

Also available in: Unified diff