Project

General

Profile

« Previous | Next » 

Revision 2046cfa7

Added by Katja Luther about 6 years ago

add the right updated objects to changeEvent

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/operation/RemotingDeleteTaxonNodeOperation.java
102 102

  
103 103
        }
104 104
        CdmApplicationState.getCurrentDataChangeService()
105
        .fireChangeEvent(new CdmChangeEvent(Action.Delete, result.getDeletedObjects(), this), true);
105
        .fireChangeEvent(new CdmChangeEvent(Action.Delete, result.getUpdatedObjects(), this), true);
106 106
        return result;
107 107
    }
108 108

  

Also available in: Unified diff