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

Commits on Nov 13, 2024

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

    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 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bcb7d58 View commit details
    Browse the repository at this point in the history