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

UI - fix policy pagination bug #5866

Merged
merged 4 commits into from
Nov 28, 2018
Merged

UI - fix policy pagination bug #5866

merged 4 commits into from
Nov 28, 2018

Conversation

meirish
Copy link
Contributor

@meirish meirish commented Nov 28, 2018

This fixes a bug with policy pagination and centralizes pagination counts for the application.

Also, it lowers the pagination size so that bugs like this are easier to spot in dev.
Fixes #5845

@meirish meirish requested review from a team November 28, 2018 18:29
@madalynrose
Copy link
Contributor

I like that we're centralizing things and also making it easier to spot in dev. Why did we move it out of the loop?

@meirish
Copy link
Contributor Author

meirish commented Nov 28, 2018

If you look at the screenshot in #5845 - it was rendering the pagination control for each item (100 in that case 😬 ). I checked the other list templates as well and made sure they were also outside any each loops.

@meirish meirish merged commit 8dd46cf into master Nov 28, 2018
@meirish meirish deleted the ui-pagination-bug branch November 28, 2018 23:14
@meirish meirish added this to the 1.0 milestone Dec 3, 2018
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

Successfully merging this pull request may close these issues.

Pagination Bug on Policies page
2 participants