fix(context-pad): create ExclusiveGateway

This commit is contained in:
Nico Rehwaldt 2014-08-02 16:37:43 +02:00
parent 6183fc2561
commit 4af334259c

View File

@ -66,8 +66,8 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
},
'action.model-gateway': {
imageUrl: 'data:image/png;base64,' + images.GATEWAY,
action: function() {
append(element, 'bpmn:Gateway');
action: function(e) {
append(element, 'bpmn:ExclusiveGateway');
}
},
'action.model-task': {