-
Bug
-
Resolution: Done
-
Major
-
7.5.1.GA
-
3
-
Release Notes
-
-
-
-
-
-
CR1
-
+
-
The fix auto correct rdrl files where multiple conditions over one 'field' could be created without explicit repeating the 'field'. This fix looks for 'matches' operators used this way and auto corrects them.
-
2020 Week 01-03 (from Dec 30), 2020 Week 04-06 (from Jan 20)
A rdrl file containing the following constraint is changed after being opened with the Guided Rule Editor in business central:
- before:
FactA(type == "A", (symbol != null && matches "P.*") || (symbol != null && matches "p.*") )
- after:
FactA(type == "A", (symbol != null && ) || (symbol != null && ) )
- is cloned by
-
DROOLS-4968 Guided Rule Editor removes matches statement from rule
- Closed