- Issue created by @catch
- π«π·France yonailo Paris
I am seeing duplicate "&page" parameters when we use the pagination of the media library widget, I think
if ($query->has('page')) { $query->remove('page'); }
woud be needed as it has recently been done with "ajax_page_state" .... I dont understand why the grabbing of all the query string parameters is done here :(
Probably a duplicate of π Media Library views fail to reset pager when filters are applied Needs work
- πΊπΈUnited States neclimdul Houston, TX
Feels like maybe the whole train of issues down that link are caused by this and the complexity it causes. Probably need to fix the underlying issue instead of chasing our tail trying to fix every edge case caused by it.