Bug 1301816 - GDT: Editor is not displayed if operation 'is contained in the (comma separated) list' is selected
Summary: GDT: Editor is not displayed if operation 'is contained in the (comma separat...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: DR2
: 6.3.0
Assignee: manstis
QA Contact: Tomas David
URL:
Whiteboard:
Depends On:
Blocks: 1304140
TreeView+ depends on / blocked
 
Reported: 2016-01-26 03:38 UTC by Hiroko Miura
Modified: 2020-03-27 19:03 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1304140 (view as bug list)
Environment:
Last Closed: 2020-03-27 19:03:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Hiroko Miura 2016-01-26 03:38:43 UTC
Description of problem:
In GDT, if operation 'is contained in the (comma separated) list' is selected, Editor is not displayed (White page is shown).

Here is example of problematic source DRL.

rule "Row 1 gudedDT1"
    dialect "mvel"
    when
        f1 : Claim( product in ( "EAP" ) )
    then
end

//from row number: 2
rule "Row 2 gudedDT1"
    dialect "mvel"
    when
        f1 : Claim( product in ( "BRMS" ) )
    then
end



Version-Release number of selected component (if applicable):
6.2.0/6.1.0

How reproducible:


Steps to Reproduce:

1. Create fact: Claim (product: String, solution: String)

2. Create enumeration like the following

   'Claim.product' : ['EAP','BRMS']
   'Claim.solution' : ['1','2']


3. create new guided decition table by checking 'Use Wizard'

- Option "Use Wizard": checked
- Option "Extended entry, values defined in table body": checked
- Screen "Imports": leave default
- Screen "Add Fact Patterns": choose "Claim"
- Screen "Add Constraints": 
	- choose "Claim > product"
	- column header: "Product"
	- operator: "is contained in the (comma separated) list"
	- calculation type: "Literal value"
	- default value: "Choose..."
- Screen "Add Actions to update Facts":
	- choose "Claim > solution"
	- column header: "Solution"
	- default value: "Choose..."
- Click "Finish"

Actual results:

Editor is not displayed in Editor tab(White page is shown)


Expected results:

Editor is displayed


Additional info:

Comment 8 Tomas David 2016-03-24 06:53:46 UTC
Verified on BRMS 6.3.0.ER1.


Note You need to log in before you can comment on or make changes to this bug.