You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the functionality to allow the LHS attribute to be compared to a RHS attribute (demonstrated in this example) but noticed that in the rule result, only the LHS factResult is included. Would it be possible to also include the RHS factResult? I am not too familiar with the code but it seems like the logic is contained below
and a logic statement along the lines of if (condition.value is an object) condition.value.factResult = evaluationResult.rightHandSideValue
could be added?
If there are no issues with this I am happy to open a PR
The text was updated successfully, but these errors were encountered:
We are using the functionality to allow the LHS attribute to be compared to a RHS attribute (demonstrated in this example) but noticed that in the rule result, only the LHS factResult is included. Would it be possible to also include the RHS factResult? I am not too familiar with the code but it seems like the logic is contained below
json-rules-engine/src/rule.js
Lines 207 to 212 in 90272d6
and a logic statement along the lines of
if (condition.value is an object) condition.value.factResult = evaluationResult.rightHandSideValue
could be added?
If there are no issues with this I am happy to open a PR
The text was updated successfully, but these errors were encountered: