Project

General

Profile

« Previous | Next » 

Revision 05429a19

Added by Patrick Plitzner over 6 years ago

ref #6908 Fix dirty flag handling in key list editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/key/polytomous/e4/handler/InsertNewNodeHandlerE4.java
71 71
            @Named(IServiceConstants.ACTIVE_PART)MPart activePart,
72 72
            MHandledMenuItem menuItem) {
73 73
        PolytomousKeyListEditorE4 editor = (PolytomousKeyListEditorE4) activePart.getObject();
74
        editor.changed(null);
74 75
        return new InsertPolytomousKeyNodeOperation(getTrigger(), false, parentNode, editor);
75 76
    }
76 77

  

Also available in: Unified diff