]
Guilherme Gomes updated DROOLS-4912:
------------------------------------
Story Points: 2
[DMN Designer] Data Types - Inline add action button
----------------------------------------------------
Key: DROOLS-4912
URL:
https://issues.redhat.com/browse/DROOLS-4912
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.31.0.Final
Reporter: Elizabeth Clayton
Assignee: Guilherme Gomes
Priority: Minor
Labels: UX, drools-tools
Attachments: Screen Shot 2020-01-08 at 7.06.20 PM.png
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 another field row below.
* from a Simple type, such as "Person(string)", will add another row of the
same type below.