PlaidWeb / Publ

Flexible publishing system for the web
http://publ.beesbuzz.biz/
MIT License
40 stars 4 forks source link

Fix date-based pagination when sort order is specified #508

Closed fluffy-critter closed 1 year ago

fluffy-critter commented 1 year ago

Summary

Followup fix for bug introduced in the fix for #506; date-based pagination was still passing view-specific parameters into the query, causing a failure if a sort order was specified (as well as the edge case of passing in count which is overridden by date anyway but is still allowed)