[jboss-jira] [JBoss JIRA] (DROOLS-2375) BRL "is contained in the (comma separated) list" does not produce multiselect dropdown

Jozef Marko (JIRA) issues at jboss.org
Thu Mar 8 08:32:00 EST 2018


Jozef Marko created DROOLS-2375:
-----------------------------------

             Summary: BRL "is contained in the (comma separated) list" does not produce multiselect dropdown
                 Key: DROOLS-2375
                 URL: https://issues.jboss.org/browse/DROOLS-2375
             Project: Drools
          Issue Type: Bug
          Components: Guided Decision Table Editor, Guided Rule Editor
    Affects Versions: 7.6.0.Final
         Environment: Tomcat 8.5 / RHEL 7
            Reporter: Jozef Marko
            Assignee: Michael Anstis


Google groups link: https://groups.google.com/forum/#!topic/drools-usage/VElZ3KAZMIs

*Edited*
The problem is that in the piece of code below the expressions {{column.getOperator()}} returns null. 
{{BRLConditionVariableColumnConverter#convertColumn}}
{code:java}
if (OperatorsOracle.operatorRequiresList(column.getOperator())) {
                return newMultipleSelectEnumColumn(factType,
                                                   factField,
                                                   column,
                                                   access,
                                                   gridWidget);
            } else {
                return newSingleSelectionEnumColumn(factType,
                                                    factField,
                                                    dataType,
                                                    column,
                                                    access,
                                                    gridWidget);
            }
{code}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list