Project

General

Profile

« Previous | Next » 

Revision 5288f5cb

Added by Patrick Plitzner about 6 years ago

ref #7086 Remove taxon node from WS when removing it in WS editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/WorkingSetEditor.java
212 212
        Viewer taxonTreeViewer = getTaxonTreeViewer();
213 213
        Collection<TaxonNode> input = (Collection<TaxonNode>) taxonTreeViewer.getInput();
214 214
        input.remove(taxonNode);
215
        workingSet.removeTaxonSubtree(taxonNode);
215 216
        taxonTreeViewer.setInput(input);
216 217
        dirty.setDirty(true);
217 218
    }

Also available in: Unified diff