Skip to content

fix: extra_params is now retained when sorting #68

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

Merged
merged 4 commits into from
Mar 28, 2025

Conversation

michaelroudnitski
Copy link
Member

@michaelroudnitski michaelroudnitski commented Mar 28, 2025

had a use case where I needed to include additional params not part of my filter state, they were retained when I modified filter options but I realized they were lost on the sort links. This PR adds the extra_params onto the filtered instance so that it can be read by the helper when generating sort_url. Previously they were only embedded in the filter form as hidden inputs.

@michaelroudnitski michaelroudnitski requested a review from a team as a code owner March 28, 2025 15:10
@michaelroudnitski michaelroudnitski merged commit 84bc134 into main Mar 28, 2025
6 of 7 checks passed
@michaelroudnitski michaelroudnitski deleted the fix-extra-params branch March 28, 2025 16:12
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.

2 participants