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
Fix filters being applied to wrong evaluables (#124)
To check whether a rule should be evaluated, we executed all model
filters even when the type of the evaluable filter did not match the
evaluable.
To fix this; check the type first before executing the filters.
0 commit comments