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
Checking/unchecking the rules to be included in the execution of the rule engine has no effect. The purpose of the checkboxes that appear before each rule is to allow the user to specify a set of rules that should be transferred to the rule engine. At the moment all rules are transferred to the rule engine, regardless of which rule is checked/unchecked.
The text was updated successfully, but these errors were encountered:
Can confirm this behavior on macOS and Ubuntu. I checked around the associated code bases and found this and this. If query.getQueryName().equalsIgnoreCase(activeQueryName) is always true, then we'll never get a non-active rule. At least that's my guess I could be totally wrong.
If anyone points me in the right codebase/direction for where this is happening I can take a look at it.
Checking/unchecking the rules to be included in the execution of the rule engine has no effect. The purpose of the checkboxes that appear before each rule is to allow the user to specify a set of rules that should be transferred to the rule engine. At the moment all rules are transferred to the rule engine, regardless of which rule is checked/unchecked.
The text was updated successfully, but these errors were encountered: