-
Bug
-
Resolution: Done
-
Major
-
None
-
7.6.0.Final
-
2018 Week 45-47, 2018 Week 48-50, 2019 Week 02-04, 2018 Week 51-01
-
-
NEW
-
NEW
Google groups link: https://groups.google.com/forum/#!topic/drools-usage/VElZ3KAZMIs
Edited
The problem is that in the piece of code below the expression column.getOperator() returns null.
BRLConditionVariableColumnConverter#convertColumn
if (OperatorsOracle.operatorRequiresList(column.getOperator())) { return newMultipleSelectEnumColumn(factType, factField, column, access, gridWidget); } else { return newSingleSelectionEnumColumn(factType, factField, dataType, column, access, gridWidget); }
- is cloned by
-
RHDM-483 [GSS] (7.2.z) BRL "is contained in the (comma separated) list" does not produce multiselect dropdown in Guided Decision Table and Guided Rule Template
- Closed