-
Bug
-
Resolution: Done
-
Major
-
7.67.0.Final, 7.74.0.Final
-
None
-
2023 Week 27-29 (from Jul 3)
-
2
-
NEW
-
NEW
-
---
-
---
Issue Description:
Under non-executable model and mvel dialect, when modify-block is placed inside a block like if-block in RHS, the modify does not work correctly (rules to be fired by property reactivity are not fired).
if (<condition>) { modify(<fact object>) { <property> = <value> } }
Acceptance Criteria:
TBD
Additional Information:
Test cases may include more variants of modify/update with statement blocks.
Configuration combinations:
- non-exec-model and exec-model
- java dialect and mvel dialect
- modify and update
- is incorporated by
-
RHDM-1985 Property reactivity inconsistent behavior when modify-block is placed inside a block like if-block in RHS
- Closed
- is related to
-
DROOLS-7493 executable model wrongly rewrites modify in if-block
- Resolved