mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-17 11:26:42 +00:00
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…
x
Reference in New Issue
Block a user