improve(contextpad): use receive-task icon instead just receive
close #214
This commit is contained in:
parent
7676b9f244
commit
6f85d3081f
|
@ -137,7 +137,7 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
|||
if (bpmnElement.$instanceOf('bpmn:EventBasedGateway')) {
|
||||
|
||||
assign(actions, {
|
||||
'append.receive-task': appendAction('bpmn:ReceiveTask', 'icon-receive'),
|
||||
'append.receive-task': appendAction('bpmn:ReceiveTask', 'icon-receive-task'),
|
||||
'connect': {
|
||||
group: 'connect',
|
||||
className: 'icon-connection',
|
||||
|
|
Loading…
Reference in New Issue