Bug 1073455
| Summary: | Cannot select bound variable for events of different types | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Jiri Locker <jlocker> | ||||
| Component: | Business Central | Assignee: | manstis | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Locker <jlocker> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | kverlaen | ||||
| Target Milestone: | ER1 | ||||||
| Target Release: | 6.0.2 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 19:54:47 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 871444 [details] screenshot Description of problem: I want to detect relation between two events that are of different object types like this: $e1 : EventFact1( this after "07-Jul-2009" ) EventFact2( this before $e1 ) When editing value of EventFact2.this constraint, "Bound variable" button is not present. Version-Release number of selected component (if applicable): Since 6.0.0. How reproducible: - Steps to Reproduce: 1. Define 2 facts in Data modeler and set their role to EVENT. 2. Use them in Guided rule editor to create the described pattern. Actual results: Bound variable button missing. Expected results: It should be possible to use $e1 variable to compare with EventFact2.this. Additional info: Bound variables can be used if the two events are of the same type.