-
Bug
-
Resolution: Done
-
Major
-
None
-
1
-
Release Notes
-
-
-
-
-
-
CR1
-
+
-
-
-
2020 Week 28-30 (from Jul 6), 2020 Week 40-42 (from Sep 28), 2020 Week 43-45 (from Okt 19), 2020 Week 46-48 (from Nov 9), 2020 Week 49-51 (from Nov 30)
Using rdrl and some vars:
fact with method myMethod(String)
s1: "3"
call fact.myMethod($s1)
ends with:
fact.myMethod("$s1")
instead of
fact.myMethod($s1)
The objetive is make a call like:
fact.myMethod("3")
Use any input on parameter as string makes sense but maybe we can add a check to pass text verbatim to generated drl.
- is cloned by
-
DROOLS-5696 Guided Rule Editor: Call method on XYZ with formula containing quotes does not re-open correctly
- Closed
- is related to
-
RHDM-1600 Guided Rule Editor: formula content is not reloaded correctly
- Closed