]
Matteo Mortari commented on DROOLS-3185:
----------------------------------------
[~jomarko] file a2.dmn have a circular reference in itemDefinition and I don't think
that is allowed, I would expect and error would happen during DMN model compilation.
[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