thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

Bread: Remember settings between add new recod #2327

Open ksorbo opened 6 years ago

ksorbo commented 6 years ago

Description:

It would be very helpful to have the BREAD function remember settings between add records.

E.g. I have a BREAD set to sort by a certain column and show 50 items. Each time I add a new record and save that record, without leaving the BREAD interface, the sort order reverts to default and items per page also revert to default.

Steps To Reproduce:

fletch3555 commented 6 years ago

Since it's a full page reload, that setting would have to be stored in the URL or a cookie, neither of which I'm very fond of. In either case, we're open to pull requests.