chore(bpmn-factory): require id for category value

This commit is contained in:
Niklas Kiefer 2019-05-14 14:14:52 +02:00
parent 569ef62f13
commit 2dfeee7567
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ BpmnFactory.prototype._needsId = function(element) {
'bpmndi:BPMNEdge',
'bpmndi:BPMNDiagram',
'bpmndi:BPMNPlane',
'bpmn:Property'
'bpmn:Property',
'bpmn:CategoryValue'
]);
};