bpmn-io / dmn-js

View and edit DMN diagrams in the browser.
https://bpmn.io/toolkit/dmn-js/
Other
295 stars 137 forks source link

Cannot change cell expression language #766

Closed Egoplayer closed 1 year ago

Egoplayer commented 1 year ago

Describe the Bug

With this version of the DMN modeler, you are no longer able to change the expression language used by a particular cell. The entry in the right-click menu vanished.

image

compared to:

image

Steps to Reproduce

Steps to reproduce the behavior:

  1. Open a new DMN
  2. Create a new rule
  3. Right-click in an empty cell.

There should be a menu entry "Change Cell Expression Language" but this seems to be no longer available

Expected Behavior

As in earlier versions there should be a menu entry "Change Cell Expression Language" followed by a drop down menu to select the expression language I want to use for this cell

Environment

Please complete the following information:

nikku commented 1 year ago

@Egoplayer This is intentional and I'd ask you to check the CHANGELOG for potential breaking changes across library versions we release.

Nowadays we align closer to the DMN spec which proposes FEEL as the expression language of choice for DMN (ref).

Egoplayer commented 1 year ago

Thanks for letting me know @nikku. I searched for a changelog to check this but I didn't find it. Can you provide a link? your link above is only targeting the repository without a changelog file

nikku commented 1 year ago

This is the relevant changelog entry.