scientist-softserv / adventist_knapsack

Apache License 2.0
2 stars 0 forks source link

๐Ÿ› Fix Add to Collection for page 2+ of works #92

Closed jeremyf closed 11 months ago

jeremyf commented 11 months ago

๐Ÿงน Bump version of Hyku branch

5b8107a85edaade78b1835bab07467bf122ad7d4

This includes:

๐Ÿ› Fix Add to Collection for page 2+ of works

Prior to this commit, when you were on page 2 of your works and selected a work to add to a collection, the query for available collections would use the page 2 as part of the collection query. This would mean the first 100 collections (default page size) that you had access to add works to were skipped.

With this commit, we omit the query parameters from the works page and then query collections.

Related to:

Co-authored-by: LaRita Robinson larita@scientist.com