octobercms / october

Self-hosted CMS platform based on the Laravel PHP Framework.
https://octobercms.com/
Other
11.01k stars 2.21k forks source link

Page in Backend List is not applied correctly after filterChange #5772

Closed LordRazen closed 7 months ago

LordRazen commented 8 months ago

OctoberCMS 3.5.13

I tested the behaviour in the DemoPlugin / Locations:

Bug: Basically the page goes to page 1 if you change the filter but the page is reapplied if you refresh again.

Basically that's cause the page property is not cleaned from Input:all() if you switch the filter. It's still there.

Expectations:

daftspunk commented 7 months ago

This is fixed in v3.6

Thanks!