UI modeler issue

Hi,

I’m using below dependencies in my angular application to load the camunda modeler.

"bpmn-js": "^13.2.2",
"bpmn-js-create-append-anything": "^0.2.1",
"bpmn-js-properties-panel": "1.3.0",
"camunda-bpmn-moddle": "^6.1.1",
"diagram-js": "^12.2.0",
"@bpmn-io/properties-panel": "0.18.0",
"zeebe-bpmn-moddle": "^0.19.0"

If I select rest connector in the implemented modeler, I have to pass equal mark before the query parameters and headers.

image

But when I check the camunda cloud modeler it has the equal sign in the text field already.

I need to know which versions should I use to get that update.
Can someone pls guide me?

Thank you.

Hi @Martin
Do you have any suggestion pls?

You are using a very old version of the properties panel. We are currently at bpmn-js-properties-panel@4.0.1 and @bpmn-io/properties-panel@3.2.0. You can check for outdated versions using npm outdated.

Updating to the latest versions should resolve this issue.

Hi @Martin

I tried changing to these versions but I don’t see that equal icon in my frontend.
bpmn-js-properties-panel@4.0.1
@bpmn-io/properties-panel@3.2.0

image

Okay, if this did not fix it, please share a CodeSandbox that reproduces your issue in a way that we can inspect it. It is hard to root-cause an issue with only a screenshot