-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
fix: Removes unnecessary query on filters #24814
fix: Removes unnecessary query on filters #24814
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24814 +/- ##
==========================================
- Coverage 68.95% 68.84% -0.12%
==========================================
Files 1902 1902
Lines 73997 73992 -5
Branches 8195 8194 -1
==========================================
- Hits 51028 50939 -89
- Misses 20850 20934 +84
Partials 2119 2119
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 9 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Looks good, but are we sure that there isn't any edge case that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(cherry picked from commit 5bb8e0d)
SUMMARY
This PR removes an unnecessary query that was being fired by filters with "Dynamically search all filter values" enabled.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2023-07-26.at.09.15.14.mov
Screen.Recording.2023-07-26.at.09.17.16.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION