scientist-softserv / hykuup_knapsack

container project for the Hyku Up deploy of Hyku
Apache License 2.0
1 stars 0 forks source link

🐛 Error on viewing 20+ search results #252

Open sjproctor opened 3 months ago

sjproctor commented 3 months ago

Summary

A Rails error occurs when attempting to view the 21st record. This happens in two ways:

  1. When selecting 50 or 100 items per page from the dropdown list
  2. When clicking through the pagination to the 21-30 items (for 10 per page) or 21-40 items (for 20 per page)

TASKS

Fix the record or the code that is causing the error when surpassing the 20th record.

Acceptance Criteria

Screenshots or Video

https://github.com/user-attachments/assets/fa84c996-a72d-470a-937e-8b8fab603c71

Error Message

Image

Testing Instructions