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
If on list view and on second page and filters are defined (doesn't matter if they are present or not) and page is reloaded we get switched to first page.
Prerequisites
I'm running latest version of code from github.
Description
If on list view and on second page and filters are defined (doesn't matter if they are present or not) and page is reloaded we get switched to first page.
Steps to Reproduce
http://embed.plnkr.co/mHBjj4gCKQHD2dNySwTW/
Go to users page in preview.
Press next to go to second users page.
After second page is displayed press refresh live preview button.
Expected behavior: Second page is displayed.
Actual behavior: First page is displayed.
I think this was introduced with #1366 because updateFilters which starting with this pull is invoked on load/reload sets page to 1.
The text was updated successfully, but these errors were encountered: