Bug 860271
| Summary: | [guided editor] Variables bound to facts matching a 'from' CE are not included in bound variable lists | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise BRMS Platform 5 | Reporter: | Jiri Locker <jlocker> | ||||||
| Component: | BRM (Guvnor) | Assignee: | manstis | ||||||
| Status: | CLOSED UPSTREAM | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | BRMS 5.3.1 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2025-02-10 03:20:51 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 617015 [details]
$name_from variable not available
Created attachment 617017 [details]
$person_from variable not available
This issue is similar to bug 819095, only the variable (in)visibility direction is opposite. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |
Description of problem: Consider this pattern (built using guided editor) > $person_from : Person ( $name_from : name == "something" ) from $source when building more patterns and using an expression editor or bound variable drop down, $person_from and $name_from variables are not listed. Version-Release number of selected component (if applicable): 5.3.0.ER1 How reproducible: always Steps to Reproduce: See attached screenshots. Actual results: $person_from and $name_from variables cannot be used in experssion editor or bound variables drop down list. Expected results: $person_from and $name_from variables should be available. Additional info: See attached screenshots.