feat(rules): allow starting connections from groups

This commit is contained in:
Niklas Kiefer 2020-06-05 10:35:24 +02:00 committed by fake-join[bot]
parent c7dcd6c77b
commit 949703aa08
2 changed files with 4 additions and 2 deletions

View File

@ -212,7 +212,8 @@ function canStartConnection(element) {
'bpmn:FlowNode',
'bpmn:InteractionNode',
'bpmn:DataObjectReference',
'bpmn:DataStoreReference'
'bpmn:DataStoreReference',
'bpmn:Group'
]);
}

View File

@ -2243,7 +2243,8 @@ describe('features/modeling/rules - BpmnRules', function() {
'bpmn:FlowNode',
'bpmn:InteractionNode',
'bpmn:DataObjectReference',
'bpmn:DataStoreReference'
'bpmn:DataStoreReference',
'bpmn:Group'
];
// when