chore(bpmn-factory): require id for category value
This commit is contained in:
parent
569ef62f13
commit
2dfeee7567
|
@ -32,7 +32,8 @@ BpmnFactory.prototype._needsId = function(element) {
|
|||
'bpmndi:BPMNEdge',
|
||||
'bpmndi:BPMNDiagram',
|
||||
'bpmndi:BPMNPlane',
|
||||
'bpmn:Property'
|
||||
'bpmn:Property',
|
||||
'bpmn:CategoryValue'
|
||||
]);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue