Actions
Bug #25945
closedListing of available yum-repositories in ContentView is not paginated
Description
The pagination of the available yum-repositories seems to be broken on /content_views/X/repositories/yum/available
-page.
The repository-list is requested paginated from api/v2 using the following parameters:
page=1 paged=true per_page=20
However, there is also the parameter full_result=true
, which seems to negate the pagination-parameters.
I have not tested, yet, if this is also the case on other pages.
On systems with high load and a large number of available repositories, this can result in the repository-list not being shown at all.
Actions