Skip to content

adds kaminari_pagination controller concern with bounded pagination to not displ…

What does this MR do?

Bounds items list pages if a page number is higher than the number of pages that exist. So far this is being an issue for Todos, Merge Requests, Issues and Snippets.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #19988 (closed)

Merge request reports