]
Edson Tirelli commented on DROOLS-1475:
---------------------------------------
PR submitted:
Item definition without allowed values and is collection set is
ignored
-----------------------------------------------------------------------
Key: DROOLS-1475
URL:
https://issues.jboss.org/browse/DROOLS-1475
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.0.0.Beta7
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Fix For: 7.0.0.Final
Simple type definitions without `allowed values` or `is collection` property set is
ignored.
E.g.:
{code:xml}
<itemDefinition name="tSalary" id="_tSalary">
<typeRef>feel:number</typeRef>
</itemDefinition>
{code}