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

Broken Filters - query params concatenate if you filter again #332

Open
golddiga opened this issue Oct 21, 2016 · 1 comment
Open

Broken Filters - query params concatenate if you filter again #332

golddiga opened this issue Oct 21, 2016 · 1 comment

Comments

@golddiga
Copy link
Contributor

golddiga commented Oct 21, 2016

Im facing an issue that if I filter and then change the filter the query params concatenate infinitely

Filter by Status = Active
http://localhost:3001/users?grid%5Bf%5D%5Bstatus%5D%5B%5D=active

Change Filter to Status = Inactive
http://localhost:3001/users?grid%5Bf%5D%5Bstatus%5D%5B%5D=active&grid%5Bf%5D%5Bstatus%5D%5B%5D=inactive

BTW Dropdown filters are not submitting anymore if you select a value. You have to click the Filter button or hit enter in another filter field.

using version v3.2.0.pre4

Dariusch referenced this issue Mar 6, 2017
[Rails5] Fix missing parameters in column links
@afdev82
Copy link
Contributor

afdev82 commented Mar 27, 2017

I'm using the version 3.6.3 with rails 4.2.8 and I think I found the problem in this commit: 74ef1e7
If I revert the changes I don't have this issue anymore

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

No branches or pull requests

2 participants