feat(rules): allow starting connections from groups
This commit is contained in:
parent
c7dcd6c77b
commit
949703aa08
|
@ -212,7 +212,8 @@ function canStartConnection(element) {
|
|||
'bpmn:FlowNode',
|
||||
'bpmn:InteractionNode',
|
||||
'bpmn:DataObjectReference',
|
||||
'bpmn:DataStoreReference'
|
||||
'bpmn:DataStoreReference',
|
||||
'bpmn:Group'
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
@ -2243,7 +2243,8 @@ describe('features/modeling/rules - BpmnRules', function() {
|
|||
'bpmn:FlowNode',
|
||||
'bpmn:InteractionNode',
|
||||
'bpmn:DataObjectReference',
|
||||
'bpmn:DataStoreReference'
|
||||
'bpmn:DataStoreReference',
|
||||
'bpmn:Group'
|
||||
];
|
||||
|
||||
// when
|
||||
|
|
Loading…
Reference in New Issue