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')) {
|
if (bpmnElement.$instanceOf('bpmn:EventBasedGateway')) {
|
||||||
|
|
||||||
assign(actions, {
|
assign(actions, {
|
||||||
'append.receive-task': appendAction('bpmn:ReceiveTask', 'icon-receive'),
|
'append.receive-task': appendAction('bpmn:ReceiveTask', 'icon-receive-task'),
|
||||||
'connect': {
|
'connect': {
|
||||||
group: 'connect',
|
group: 'connect',
|
||||||
className: 'icon-connection',
|
className: 'icon-connection',
|
||||||
|
|
Loading…
Reference in New Issue