symfony2admingenerator / GeneratorBundle

Admingenerator for Symfony. Parse YAML files to build customized backend.
MIT License
67 stars 29 forks source link

Prevent 404 when requesting an out of range page #327

Closed bobvandevijver closed 1 year ago

bobvandevijver commented 1 year ago

This will allow PagerFanta to normalize the requested page if for whatever reason the page no longer exists in the admin list, for example after a bulk delete action on the last page.

tobias-93 commented 1 year ago

Makes one wonder why this isn't the default, considering the drawbacks of not normalizing... Anyway, thanks @bobvandevijver!