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

Pagination #2

Closed
4 tasks
jasonvarga opened this issue Dec 7, 2017 · 0 comments
Closed
4 tasks

Pagination #2

jasonvarga opened this issue Dec 7, 2017 · 0 comments

Comments

@jasonvarga
Copy link
Member

jasonvarga commented Dec 7, 2017

We use a paginator presenter to generate the array necessary for pagination. They are used in the CP and in templates.

Newer versions of Laravel changed how pagination works. No longer uses presenters, instead it uses views which would just return html.

We need to work out a way to get our arrays back.

Currently disabled in:

  • Entry listing
  • Term listing
  • Asset listing

Currently broken in:

  • Collection tag with pagination param
jackmcdade pushed a commit that referenced this issue Dec 11, 2019
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

1 participant