Skip to content

Fix superhashlist view by removing invalid pagination handling#633

Open
prettyaveragecoder wants to merge 1 commit into
masterfrom
1973-bug-edit-superhashlist-bug-in-hashlist-datasource
Open

Fix superhashlist view by removing invalid pagination handling#633
prettyaveragecoder wants to merge 1 commit into
masterfrom
1973-bug-edit-superhashlist-bug-in-hashlist-datasource

Conversation

@prettyaveragecoder
Copy link
Copy Markdown
Contributor

The included hashlists in a superhashlist are returned as part of a single resource response, not a paginated list. Reading pagination metadata (total_elements, cursor links) from this response caused the bug. Resolved on the frontend by loading all included hashlists at once without pagination.

The included hashlists in a superhashlist are returned as part of a
single resource response, not a paginated list. Reading pagination
metadata (total_elements, cursor links) from this response caused the
bug. Resolved on the frontend by loading all included hashlists at once
without pagination.
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.

[BUG]: Edit superhashlist bug in hashlist datasource

1 participant