Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection pagination doesn't work for pages past one #954

Closed
JonKaric opened this issue Nov 22, 2019 · 1 comment
Closed

Collection pagination doesn't work for pages past one #954

JonKaric opened this issue Nov 22, 2019 · 1 comment

Comments

@JonKaric
Copy link
Contributor

Issue

When on a collection, eg. http://site.test/cp/collections/reviews, the pagination does have the correct amount of pages, but only the first page returns any results.

My steps to recreate
  1. Installed via composer
  2. Installed migrator package
  3. Used migrate:site
Example collection yaml file:
title: Reviews
layout: default
template: post
blueprints:
  - reviews
route: '/reviews/{slug}'
taxonomies:
  - air_date
  - air_loc
  - tags
date: true
date_behavior:
  past: public
  future: unlisted
sort_dir: desc
@JonKaric
Copy link
Contributor Author

JonKaric commented Jan 22, 2020

Still got this issue on beta 11. Just found out it does pull through the data (it's available at the endpoint), but when you go onto any page past one it's adding display:none to data-list-table in vue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants