Hello,
We have been using custom Element Templates for activities like Service Tasks and Send Tasks without any issues in Camunda Modeler 5.48. However, immediately after upgrading to version 5.49, the template selection mechanism stopped working.
Steps to Reproduce:
- Configure and load custom element templates into Camunda Modeler v5.49.
- Open or create a BPMN diagram and place a Service Task or Send Task onto the canvas.
- In the right-hand Properties Panel, navigate to the Template section.
- Click the Select button.
Expected Behavior (as in Modeler 5.48): A pop-up / modal dialog should open, listing all applicable custom element templates previously loaded into the Modeler for that specific activity type.
Actual Behavior (in Modeler 5.49): Clicking the Select button produces absolutely no response or UI feedback. The selection dialog does not open at all.
I also checked the Developer Tools console (F12) while clicking the Select button and observed nothing…
Has anyone else encountered this UI responsiveness issue with the 5.49 release? Are there any breaking changes regarding the Element Template JSON schema validation or directory structure in 5.49 that might be silently failing and causing the button to become unresponsive?
Thanks in advance for your insights and support!