apache / incubator-kie-tools

Tools for KIE
Apache License 2.0
248 stars 182 forks source link

Losing field level description in Decision Table type Decision under DMN Editor #2547

Open krishnaklgr opened 2 months ago

krishnaklgr commented 2 months ago

Losing field level description in Decision Table type Decision under DMN Editor.

Steps To Reproduce:

  1. Create a Decision of type Decision Table with few input columns.
  2. Add value to a field and go to properties of that field.
  3. Add Description for that property and download DMN file.
  4. Downloaded file will not contain added Description for that field.

image

ljmotta commented 2 months ago

@krishnaklgr Thanks for reporting the issue. Currently, we're working on a new DMN Editor, which should be available in the next release. The bug mentioned on this issue is not present on it, and for now, you could use the new editor on the dev environment [1] which targets the main branch, or you could build it from source, using the README instructions. Be aware that we do not recommend using this for production as it can be unstable.

[1] https://sandbox.kie.org/dev/#/

krishnaklgr commented 2 months ago

@ljmotta , will this release include angular package updates as well? @kie-tools/kie-editors-standalone

thiagoelg commented 2 months ago

The standalone package for the new DMN Editor is called dmn-editor-standalone, and you can find it here: https://github.com/apache/incubator-kie-tools/tree/main/packages/dmn-editor-standalone

It's not Angular exclusive, as it can be used with any JS framework (or even plain JS).