]
Michael Anstis reassigned DROOLS-2051:
--------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-2051 (was: GUVNOR-1731)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Enumerations Editor
(was: Enumerations)
Assignee: Michael Anstis
Data-driven enumerations fail when other enumerations do not exist
------------------------------------------------------------------
Key: DROOLS-2051
URL:
https://issues.jboss.org/browse/DROOLS-2051
Project: Drools
Issue Type: Feature Request
Components: Enumerations Editor
Reporter: G Patel
Assignee: Michael Anstis
*Moved from
https://issues.jboss.org/browse/JBRULES-3270*
Currently, the following enumeration requires an enumeration on engineType to work
correctly:
'Vehicle.fuelType[engineType]' : '(new
test.VehicleHelper()).getFuelTypes("@{engineType}")'
Without an enumeration on engineType, the above fuelType enumeration does not work.
Drools should not require an enumeration on engineType, as it may not always be needed.