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

Don't extend dataprovider queries when no extensions are in use #14804

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

aptkingston
Copy link
Member

Description

Fixes an issue where we wrap all data provider filters in an extraneous $and operator, and forcefully set onEmptyFilter to none. This is not needed unless we actually want to use a filter extension, which we usually do not.

Addresses

Copy link

qa-wolf bot commented Oct 16, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@aptkingston aptkingston marked this pull request as ready for review October 16, 2024 10:58
@aptkingston aptkingston marked this pull request as draft October 16, 2024 14:14
@aptkingston aptkingston marked this pull request as ready for review October 16, 2024 14:15
@aptkingston aptkingston merged commit 2976e60 into v3-ui Oct 17, 2024
10 of 11 checks passed
@aptkingston aptkingston deleted the fix-data-provider-filtering branch October 17, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant