DBCDK / biblo-admin

Admin application for biblo
0 stars 3 forks source link

Maintain review filtering across pagination #119

Closed kasperg closed 8 years ago

kasperg commented 8 years ago

Logic for extracting filter values is moved from build to submit and actual values are stored as query parameters.

There is no reason to rebuild the form. Not adding any redirect to submit handler will ensure that the user stays on the same form / page.

Update tests accordingly.

This fixes #117.