Project

General

Profile

« Previous | Next » 

Revision f8d807a7

Added by Katja Luther about 3 years ago

ref #9504: fix saving label changes of newly created term trees

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/termtree/e4/operation/CreateFeatureTreeOperation.java
47 47
    public IStatus undo(IProgressMonitor monitor, IAdaptable info) throws ExecutionException {
48 48
        return null;
49 49
    }
50

  
51
    public void setElement(TermTree termTree){
52
        this.element = termTree;
53
    }
50 54
}

Also available in: Unified diff