Project

General

Profile

« Previous | Next » 

Revision 288109a7

Added by Patrick Plitzner over 5 years ago

ref #6806 Add isDirty() to IE4SavablePart + extract dirty check to util

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrixPart.java
195 195
        CdmStore.getService(IDescriptionService.class).merge(wrapper.getDescription());
196 196
    }
197 197

  
198
    @Override
199
    public boolean isDirty() {
200
        return dirty.isDirty();
201
    }
202

  
198 203
    @Focus
199 204
    public void setFocus(){
200 205
        if(conversation!=null){

Also available in: Unified diff