-
Bug
-
Resolution: Done
-
Major
-
7.0.0.GA
-
- Tomcat 8.5 / RHEL 7,
- jboss-eap-7.1, chrome/firefox
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); }
- clones
-
DROOLS-2373 BRL "is contained in the (comma separated) list" does not produce multiselect dropdown
- Closed
- is cloned by
-
RHDM-804 BRL "is contained in the (comma separated) list" does not produce multiselect dropdown in Guided Decision Table and Guided Rule Template
- Closed
- is duplicated by
-
RHPAM-510 BRL "is contained in the (comma separated) list" does not produce multiselect dropdown
- Closed