PlaidWeb / Publ

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

view.deleted fails with pagination query #574

Closed fluffy-critter closed 4 months ago

fluffy-critter commented 4 months ago

Current Behavior

A query-building exception gets raised with

{% for entry in view.deleted %}

if there is an id pagination in effect. The specific error is:

TypeError: Got an unknown query parameter ''start''

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context