Project

General

Profile

« Previous | Next » 

Revision 99586693

Added by Katja Luther almost 7 years ago

minor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/derivate/DerivateView.java
471 471
    //FIXME:Remoting hack to make this work for remoting
472 472
    //This should actually be resolved using remoting post operations
473 473
    public void remove(Object obj) {
474
        if (obj instanceof TreeNode){
475
            obj = ((TreeNode)obj).getValue();
476
        }
474 477
        rootElements.remove(obj);
478
        Object o = this.derivateToRootEntityMap.remove(obj);
475 479
        viewer.setInput(rootElements);
476 480
    }
477 481

  

Also available in: Unified diff