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

Integrate the Boxed Expression Editor into the new DMN Editor properties panel making it possible to edit its cells #785

Closed
2 tasks
Tracked by #439
ljmotta opened this issue Dec 19, 2023 · 0 comments · Fixed by apache/incubator-kie-tools#2131
Assignees
Labels
area:dmn Related to DMN

Comments

@ljmotta
Copy link

ljmotta commented Dec 19, 2023

On the DMN Editor's Boxed Expression Editor, the properties panel should allow editing properties of Boxed Expression cells. When nothing is selected, the properties of the node containing the opened Boxed Expression should be displayed.

Currently, the selected cell of the Boxed Expression Editor isn't correctly exposed, this should be fixed before developing the properties panel.
Examples of incorrect behaviors:

  • selecting a Boxed Invocation parameter will return an empty selectedObjectId.
  • selecting a cell of a Boxed Context (e.g. its context entry name) and then selecting the boxed expression associated with it, will first return an undefined on the selectedObjectId, and then the correct id.

Tasks

  • Correctly expose the selected Boxed Expression Editor cell.
  • Implement the Boxed Expression Properties Panel enabling the user to edit the cells from the panel.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dmn Related to DMN
Projects
Archived in project
1 participant