hide unused events, and change text for 'switch editor'
This commit is contained in:
@@ -692,25 +692,24 @@ MyWorkflow.prototype.AddEventInterContextMenu=function(_4093)
|
||||
scope:_4093,
|
||||
handler: MyWorkflow.prototype.toggleShapes
|
||||
},
|
||||
{
|
||||
text: 'Message : Catch',
|
||||
type:'bpmnEventMessageRecInter',
|
||||
scope:_4093,
|
||||
handler: MyWorkflow.prototype.toggleShapes
|
||||
},
|
||||
{
|
||||
text: 'Timer',
|
||||
type:'bpmnEventTimerInter',
|
||||
scope:_4093,
|
||||
handler: MyWorkflow.prototype.toggleShapes
|
||||
},
|
||||
}
|
||||
/*
|
||||
{
|
||||
text: 'Intermediate Boundary Timer',
|
||||
type:'bpmnEventBoundaryInter',
|
||||
scope:_4093,
|
||||
handler: MyWorkflow.prototype.toggleShapes
|
||||
}
|
||||
/*, {
|
||||
},{
|
||||
text: 'Message : Catch',
|
||||
type:'bpmnEventMessageRecInter',
|
||||
scope:_4093,
|
||||
handler: MyWorkflow.prototype.toggleShapes
|
||||
}, {
|
||||
text: 'Compensate',
|
||||
type:'bpmnEventCompInter',
|
||||
scope:_4093,
|
||||
|
||||
Reference in New Issue
Block a user