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.
Updated by Jonathon Turel almost 6 years ago
- Target version set to Katello 3.12.0
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/7983 added
Updated by Anonymous almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|579a1336044773170cabd5a194194f2eab66aaa1.
Actions