You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: