camunda / camunda-bpmn-moddle

Camunda moddle extensions for BPMN 2.0
MIT License
64 stars 40 forks source link

fix: remove `camunda:formRefBinding` default value #87

Closed nikku closed 3 years ago

nikku commented 3 years ago

There is no default for that.

Related to https://github.com/camunda/camunda-modeler/issues/2484

nikku commented 3 years ago

Thanks for pointing to that case.

This fix ensures we do serialize latest. A follow up fix in our properties panels is needed to ensure we always have a formRefBinding set when we set the formRef attribute.

nikku commented 3 years ago

A follow up PR in camunda-bpmn-js will ensure that we set formRefBinding to latest whenever the user sets the formRefattribute.