Bug 979343

Summary: Decision table: Despite choosing operator "is contained in the a (comma separated) list" it's impossible to imput a comma in the columns if the type is numeric
Product: [Retired] JBoss BRMS Platform 6 Reporter: Toshiya Kobayashi <tkobayas>
Component: Business CentralAssignee: manstis
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Locker <jlocker>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.x.xCC: lpetrovi, rzhang
Target Milestone: DR6   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:15:30 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:
Embargoed:

Description Toshiya Kobayashi 2013-06-28 09:27:31 UTC
Description of problem:

Platform BZ for https://issues.jboss.org/browse/GUVNOR-1709


Steps to Reproduce:
1. Open 'Pricing loans' decision table in mortgages sample.
2. Edit condition column 'amount min'
3. Choose 'is contained in the (comma separated) list' as 'Operator:'
4. Press 'Apply changes'
5. Click the cell for 'amount min'
6. Input '1000,2000,3000'

Actual results: (BRMS 5.3.1)

Cannot input ',' in the cell

Expected results: (Drools 5.5.0)

Able to input the value and generated drl ("View source") will be "amount in ( 1000, 2000, 3000 )"

Comment 1 Toshiya Kobayashi 2013-06-28 09:29:26 UTC
BZ795815 is linked to GUVNOR-1709 but the BZ does not actually represent the JIRA.

Comment 2 Toshiya Kobayashi 2013-06-28 09:30:44 UTC
Move to 'MODIFIED' because it's already fixed in upstream.

Comment 3 Jiri Locker 2013-09-12 17:18:49 UTC
Fix verified in ER2.