Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFM-11194 AND/OR: Continue to next group rule #154

Merged
merged 2 commits into from
Apr 19, 2024
Merged

FFM-11194 AND/OR: Continue to next group rule #154

merged 2 commits into from
Apr 19, 2024

Conversation

erdirowlands
Copy link
Contributor

@erdirowlands erdirowlands commented Apr 19, 2024

What

In the new AND/OR logic, if a group didn't match then the SDK would return false instead of iterating to the next group and checking it. This has been fixed by using continue instead of return false

Testing

Migrated TestGrid scenarios

Before fix:
Screenshot 2024-04-19 at 17 43 49

After fix:
Screenshot 2024-04-19 at 18 06 44

@erdirowlands erdirowlands merged commit 4a1c2ff into main Apr 19, 2024
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants