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

Add Missing perPage Param #641

Merged
merged 4 commits into from
Mar 9, 2018
Merged

Conversation

QubitPi
Copy link
Contributor

@QubitPi QubitPi commented Mar 2, 2018

This PR fixes #640

uriInfo.getRequestUriBuilder().replaceQueryParam("page", pair.getRight())
uriInfo.getRequestUriBuilder()
.replaceQueryParam("page", pair.getRight())
.replaceQueryParam("perPage", pages.getPerPage())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You replaced "page" and "perPage" everywhere but here.

Copy link
Contributor

@michael-mclawhorn michael-mclawhorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good. One minor comment.

@yahoo yahoo deleted a comment Mar 5, 2018
@yahoo yahoo deleted a comment Mar 5, 2018
@QubitPi QubitPi added this to the 0.10.0 Release milestone Mar 5, 2018
@QubitPi QubitPi removed this from the 0.10.0 Release milestone Mar 6, 2018
@QubitPi QubitPi force-pushed the issue-640-add-missing-perPage-param branch from 2078f5f to e0d7047 Compare March 9, 2018 22:14
@QubitPi QubitPi merged commit a27671e into master Mar 9, 2018
@QubitPi QubitPi deleted the issue-640-add-missing-perPage-param branch March 9, 2018 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Missing perPage Param
3 participants