Bug 1040037 - Guided rule editor does not show editor widgets for method parameters
Summary: Guided rule editor does not show editor widgets for method parameters
Keywords:
Status: CLOSED DUPLICATE of bug 1043395
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ER 7
: 6.0.0
Assignee: Toni Rikkola
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks: 1033590 1043395
TreeView+ depends on / blocked
 
Reported: 2013-12-10 15:05 UTC by Toni Rikkola
Modified: 2014-01-07 09:36 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-01-07 09:36:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Toni Rikkola 2013-12-10 15:05:34 UTC
Description of problem:

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


How reproducible:


Steps to Reproduce:
1. Save a rule:
  rule "Test"
      salience 10
      dialect "mvel"
    when
      map : HashMap( )
    then
      map.put( "1", "2" );
  end
2. Open/reopen the rule

Actual results:
"1" and "2" are not visible.

Expected results:
"1" and "2" should be visible and editable.

Additional info:

Comment 2 Kris Verlaenen 2013-12-16 16:03:15 UTC
I just checked a build from today from 6.0.x and this doesn't seem to be fixed yet.

Comment 3 Toni Rikkola 2013-12-17 16:39:11 UTC
The example in this BZ works. Closing this again. The issue Kris had has it's own ticket now https://bugzilla.redhat.com/show_bug.cgi?id=1043395

Comment 4 Ryan Zhang 2014-01-07 09:36:05 UTC

*** This bug has been marked as a duplicate of bug 1043395 ***


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