Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
krishnaklgr opened this issue Aug 23, 2024 · 3 comments
Labels

Comments

@krishnaklgr
Copy link

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
Copy link
Contributor

ljmotta commented Aug 23, 2024

@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
Copy link
Author

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

@thiagoelg
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants