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

fix(ui): ensures admin.disableListFilter is disabled despite url search params #9874

Merged
merged 5 commits into from
Dec 10, 2024

Conversation

jacobsfletch
Copy link
Member

@jacobsfletch jacobsfletch commented Dec 10, 2024

Continuation of #9846 and partial fix for #9774. When setting admin.disableListFilter retroactively, it remains active within the list filter controls. Same for when the URL search query contains one of these fields, except this will actually display the wrong field, falling back to the first field from the config. The fix is to properly disable the condition for this field if it's an active filter, while still preventing it from ever rendering as an option within the field selector itself.

@jacobsfletch jacobsfletch changed the title fix(ui): ensures admin.disableListFilter fix(ui): ensures admin.disableListFilter is disabled despite url search params Dec 10, 2024
@jacobsfletch jacobsfletch marked this pull request as ready for review December 10, 2024 22:01
@jacobsfletch jacobsfletch merged commit da6bc55 into main Dec 10, 2024
71 checks passed
@jacobsfletch jacobsfletch deleted the fix/disable-list-filter branch December 10, 2024 22:37
Copy link
Contributor

🚀 This is included in version v3.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant