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

fix-pagination-observationunits #29

Merged
merged 1 commit into from
May 16, 2019

Conversation

tcnichol
Copy link

the observation units endpoint always had the pageSize as the total count, and the totalPages was always 1 because of this error.

The count was overwritten to be the size of the result returned for the requested page.

…verwritten to the size of the result of the query, so that the totalCount always equalled the pageSize and there was only one page. This should now be resolved for this endpoint.
@tcnichol
Copy link
Author

#28

is the associated issue.

@robkooper robkooper merged commit 90973b0 into master May 16, 2019
@robkooper robkooper deleted the issue-28/fix-pagination-observationunits branch May 16, 2019 22:03
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.

2 participants