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

bug: pagination - clicking Next when using ?size=n uses the default size #87

Open
imarudina opened this issue Feb 25, 2017 · 1 comment

Comments

@imarudina
Copy link
Contributor

When using custom size:
http://localhost:8080/admin/submission/view?size=5

clicking on Next leads to:
http://localhost:8080/admin/submission/view?page=1

Custom size is lost and the application displays the next 20 submissions page skipping 20 submissions.
In case the initial number of submissions is less than 20, clicking Next leads to an empty table.

@imarudina imarudina changed the title Pagination: clicking Next when using ?size=n uses the default size bug: pagination - clicking Next when using ?size=n uses the default size Feb 25, 2017
@gochev
Copy link
Collaborator

gochev commented Mar 1, 2017

the next should always include the custom size if such has been provided as ${param.xxxx}

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