Project

General

Profile

« Previous | Next » 

Revision 3b66edef

Added by Andreas Kohlbecker about 6 years ago

ref #6740 enabling typeName button in NameTypeDesignation editor and first changes to make delete working

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/event/TypeDesignationWorkingsetEditorAction.java
47 47
        this.baseEntityRef = baseEntityRef;
48 48
        this.registrationId = registrationId;
49 49
        this.workingSetType = workingSetType;
50
        this.context.addAll(context);
50
        this.context = context;
51

  
51 52
    }
52 53

  
53 54
    /**
......
63 64
        super(action, null, source, sourceView);
64 65
        this.workingSetType = workingSetType;
65 66
        this.registrationId = registrationId;
67
        this.context = new Stack<>();
66 68
        this.context.push(new EditorActionContext(new TypedEntityReference<Registration>(Registration.class, registrationId), sourceView));
67 69
    }
68 70

  

Also available in: Unified diff