Bug 1093630
| Summary: | Temporal operator parameters lost after reopening guided rule | ||||||
|---|---|---|---|---|---|---|---|
| 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.2 | CC: | kverlaen, rrajasek | ||||
| Target Milestone: | ER3 | ||||||
| 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:18 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 891749 [details] Temporal operator with interval parameters Description of problem: Given EventFact1 has an EVENT role, I define following in Guided Rule Editor: $e1 : EventFact1( this after [1m, 2m] "07-Jul-2009" ) over window:time (10d) When I save the rule, close it and reopen the [1m, 2m] parameters are gone. Saving the rule again, possibly with some new changes, will clear the temporal parameters from .rdrl source, too. Version-Release number of selected component (if applicable): 6.0.2.ER2 How reproducible: - Steps to Reproduce: 1. Use EVENT fact in Guided Rule Editor with a temporal operator (e.g. 'after'). 2. Add interval parameters by clicking the clock button twice. 3. Check the rule source, save it, close, reopen. Actual results: Interval parameters are gone in both Editor and Source tabs. Expected results: The rule should be reloaded with interval parameters. Additional info: