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

Update filter logic for Automated=False. Fixes #3841 #3843

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

atodorov
Copy link
Member

the boolean expression tc[filterBy] was intended to check whether the requested field exists, as a way to avoid crashes in the case where we may have forgotten to update the code. However in the case when trying to search for manual test cases the raw value of this field is false which caused the entire expression to be evaulated as False and did not apply the filter.

the boolean expression tc[filterBy] was intended to check whether the
requested field exists, as a way to avoid crashes in the case where we
may have forgotten to update the code. However in the case when trying
to search for manual test cases the raw value of this field is `false`
which caused the entire expression to be evaulated as False and did not
apply the filter.
@atodorov atodorov merged commit 946b7fd into master Nov 14, 2024
40 of 46 checks passed
@atodorov atodorov deleted the bug_with_filtering branch November 14, 2024 11:18
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.

1 participant