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

Clicking on pagination link reset filters #31

Closed
yulolimum opened this issue Nov 1, 2016 · 1 comment
Closed

Clicking on pagination link reset filters #31

yulolimum opened this issue Nov 1, 2016 · 1 comment
Labels

Comments

@yulolimum
Copy link
Contributor

I use the filters to create a query. Here's the URL:

http://localhost:4000/internal/internal-news?_utf8=%E2%9C%93&filters%5B%5D=intranet_news%5Btitle_contains%5D&filters%5B%5D=intranet_news%5Bbody_contains%5D&intranet_news%5Bbody_contains%5D=we

After getting the results, I click to see the next page of results. The pagination link is as follows:

http://localhost:4000/internal/internal-news?page=2&sort_field=id&sort_direction=asc

This resets the filters.

On a side note, the pagination works great with the the query param sorting.

@darinwilson @danielberkompas

@yulolimum yulolimum added the bug label Nov 1, 2016
@zberkom
Copy link
Contributor

zberkom commented Nov 16, 2016

Was fixed in #37

@zberkom zberkom closed this as completed Nov 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants