tactilenews / 100eyes

Dialogtechnologie für den Pivot to People invented by tactile.news GmbH
MIT License
10 stars 1 forks source link

[BUG] Request index page throws error #1866

Closed mattwr18 closed 1 month ago

mattwr18 commented 1 month ago

After adding pagination to contributors index page in https://github.com/tactilenews/100eyes/pull/1809 the requests index does not render with error:

Screenshot from 2024-05-14 12-00-32

This is due to the fact that if the query param is not passed in, it is not initializing with an empty hash as I understood, but instead with nil so calling the method select on nil throws an error and prevents the page from loading.