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

Collection service backport #2040

Merged
merged 2 commits into from
Nov 27, 2023
Merged

Collection service backport #2040

merged 2 commits into from
Nov 27, 2023

Commits on Nov 27, 2023

  1. 🐛 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:
    
    - samvera/hyrax#5972
    - samvera/hyrax#5969
    - https://github.com/scientist-softserv/adventist-dl/issues/625
    
    Co-authored-by: LaRita Robinson <larita@scientist.com>
    jeremyf and laritakr committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b4e2d6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e201df0 View commit details
    Browse the repository at this point in the history