marmelab / ng-admin

Add an AngularJS admin GUI to any RESTful API
http://ng-admin-book.marmelab.com/
MIT License
3.95k stars 728 forks source link

Page reload on create/edit/delete invalidates filters #1374

Open tomy2105 opened 6 years ago

tomy2105 commented 6 years ago

Prerequisites

I'm running latest version of code from github.

Description

If you set filters on list page and go to create/edit/delete page and refresh filters are lost when going back to list page.

Steps to Reproduce

http://embed.plnkr.co/mHBjj4gCKQHD2dNySwTW/

Open preview in a separate pahe Go to users page in preview. Add a filter. Press create button. Press browser refresh button. Press list button.

Expected behavior: List is displayed with filter.

Actual behavior: List is displayed but with no filter.