Broken pagination URL in admin projects list with namespace filter on
When I go to /admin/projects
, filter by namespace and try to use pagination, it leads to 404 page.
For example, '2' has the URL /admin/projects/5?page=2
but it should be /admin/projects?namespace_id=5&page=2
.