]
Jozef Marko commented on DROOLS-3185:
-------------------------------------
[~manstis] [~tari_manga] Hi I have question about collection fields. I attached [^a1.dmn]
and [^a2.dmn] .
*a1* has three item definitions, two of them are collections and used in the remaining one
as fields
*a2* has one item definition and two fields are marked as collection
Could you please have a look on produced xmls and say if they are correct? (except of
known bugs)
[~manstis] please especially have a look on UI in *a1* case, shouldn't be
*InputData-1.friends* column data type *tSmurfs* instead of *tSmurf*?
[DMN Designer] Change Literal Expression to Decision Table
----------------------------------------------------------
Key: DROOLS-3185
URL:
https://issues.jboss.org/browse/DROOLS-3185
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.14.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
Priority: Major
Labels: drools-tools
Attachments: Screenshot from 2018-10-25 14-40-06.png, Screenshot from 2018-10-29
12-25-14.png, Screenshot from 2018-10-29 12-25-31.png, a1.dmn, a2.dmn, screenshot-1.png
When user changes Decision node top level expression from literal expression to decision
table, that decision table misses InputClause columns.
h2. Manual Acceptance Test
Check steps to reproduce, while InputData node has data type
- Built in type (/)
- Custom type that has constraint (/)
- Custom type that is collection (?)
- Custom type that is recursive (/)
- Multiple InputData nodes (/)
- -Multiple input nodes, mixed InputData and Decision- doesn't work, not supported