]
Michael Anstis resolved DROOLS-1810.
------------------------------------
Resolution: Won't Do
[Guided Decision Table] Enumeration not loaded from multiple files
------------------------------------------------------------------
Key: DROOLS-1810
URL:
https://issues.jboss.org/browse/DROOLS-1810
Project: Drools
Issue Type: Enhancement
Components: Guided Decision Table Editor
Affects Versions: 7.2.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
Priority: Minor
Attachments: Screenshot from 2017-09-04 18-46-06.png
User can define enumerations for pattern fields. The problem seems to be if enumerations
for the same field are defined in multiple files.
# Open the mortgages project
# In the package mortgages.mortgages create enumeration like shown in the attachment
# Open the GDT Pricing loans
# Define new condition column like: $applicant : Applicant (creditRating == [literal
value])
# Append row into the table
# Try to select creditRating 'abcd' in the last row of the new column
-- 'abcd' will be missing