]
Guilherme Gomes closed DROOLS-4913.
-----------------------------------
Resolution: Duplicate Issue
It's the same issue reported by DROOLS-4912
DMN Data type editor - inline add action button.
-------------------------------------------------
Key: DROOLS-4913
URL:
https://issues.redhat.com/browse/DROOLS-4913
Project: Drools
Issue Type: Bug
Components: DMN Editor
Reporter: Elizabeth Clayton
Assignee: Guilherme Gomes
Priority: Minor
Labels: UX, drools-tools
Change the behavior and tooltip for the inline add icon-button (+). Currently it converts
the type to Structure before adding a row below. Instead, we want it to add another row
without converting the type.
Acceptance criteria:
*Tooltip: "Add row below (Ctrl + B)"
Behavior - Clicking the (+) inline add button:
* from a type defined as Structure, will add a field row below.
* from a Field row (within a Structure), will add a field row below.
* from a Simple type, such as "Person(string)", will add another row of the
same type below.