Bug 1040037
| Summary: | Guided rule editor does not show editor widgets for method parameters | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Toni Rikkola <trikkola> |
| Component: | Business Central | Assignee: | Toni Rikkola <trikkola> |
| Status: | CLOSED DUPLICATE | QA Contact: | Lukáš Petrovický <lpetrovi> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | etirelli, kverlaen, rrajasek, rzhang |
| Target Milestone: | ER 7 | ||
| 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-01-07 09:36:05 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1033590, 1043395 | ||
master: https://github.com/droolsjbpm/drools-wb/commit/de1dd3fdc 6.0.x: https://github.com/droolsjbpm/drools-wb/commit/e48c6897a I just checked a build from today from 6.0.x and this doesn't seem to be fixed yet. 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 *** This bug has been marked as a duplicate of bug 1043395 *** |
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: