You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.
I'm separating pages by years, so I set the currentYeare.g. to '2019'.
Backbone-paginator immediately raises a "No link found for page 2019"-error.
The Link-header field is set to </json/items?page=2018>; rel=prev.
The exception is raised in l608 (v2.0.8), because there's no link for the current (=2019) page(?)
It doesn't make sense to me and it works perfectly fine removing the exception.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm separating pages by years, so I set the
currentYear
e.g. to '2019'.Backbone-paginator immediately raises a "No link found for page 2019"-error.
The
Link
-header field is set to</json/items?page=2018>; rel=prev
.The exception is raised in l608 (v2.0.8), because there's no link for the current (=2019) page(?)
It doesn't make sense to me and it works perfectly fine removing the exception.
The text was updated successfully, but these errors were encountered: