We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 links are not being added to the data document.
Use the polymorphic serialiser and pass in a Paginator as part of the options but do not include options.linkers.document
options.linkers.document
Pagination links should be included when provided
This is the logic that appears to be the problem. The paginator will only ever be added when options.linkers.document exists
The text was updated successfully, but these errors were encountered:
@jun-sheaf can you assign this to me please. I'll submit a PR for it
Sorry, something went wrong.
jrandolf
Successfully merging a pull request may close this issue.
Describe the bug*
Pagination links are not being added to the data document.
To Reproduce*
Use the polymorphic serialiser and pass in a Paginator as part of the options but do not include
options.linkers.document
Expected behavior*
Pagination links should be included when provided
Screenshots
This is the logic that appears to be the problem. The paginator will only ever be added when
options.linkers.document
existsPlatform*
The text was updated successfully, but these errors were encountered: