| Summary: | GDT: Editor is not displayed if operation 'is contained in the (comma separated) list' is selected | |||
|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Hiroko Miura <hmiura> | |
| Component: | Business Central | Assignee: | manstis | |
| Status: | CLOSED EOL | QA Contact: | Tomas David <tdavid> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 6.2.0 | CC: | alazarot, hmiura, rsynek, tdavid | |
| Target Milestone: | DR2 | |||
| Target Release: | 6.3.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1304140 (view as bug list) | Environment: | ||
| Last Closed: | 2020-03-27 19:03:42 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1304140 | |||
Verified on BRMS 6.3.0.ER1. |
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: