You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
selectedObjectId
.undefined
on theselectedObjectId
, and then the correct id.Tasks
The text was updated successfully, but these errors were encountered: