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

🐛 Error on viewing 20+ search results #252

Open
2 tasks
sjproctor opened this issue Aug 7, 2024 · 0 comments
Open
2 tasks

🐛 Error on viewing 20+ search results #252

sjproctor opened this issue Aug 7, 2024 · 0 comments
Labels
bug something isn't working

Comments

@sjproctor
Copy link

sjproctor commented Aug 7, 2024

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

  • Displays all records successfully regardless of items per page selection
  • Displays all records successfully when clicking through pagination

Screenshots or Video

Screen.Recording.2024-08-07.at.11.42.12.AM.mov

Error Message

Image

Testing Instructions

  • Go to home page
  • Click Go to display all records
  • Select 50 or 100 from the per page dropdown (error will occur)
  • Click next until records surpass 20 (error will occur)
@sjproctor sjproctor added the bug something isn't working label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant