Project

General

Profile

« Previous | Next » 

Revision 7b9ab0e4

Added by Andreas Kohlbecker about 6 years ago

ref #7195 creating blocking relations and showing 'em in the listView

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractPopupEditor.java
652 652
     * @param context the context to set
653 653
     */
654 654
    public void setParentEditorActionContext(Stack<EditorActionContext> context) {
655
        this.context.addAll(context);
655
        if(context != null){
656
            this.context.addAll(context);
657
        }
656 658
    }
657 659

  
658 660
}

Also available in: Unified diff