Actions
Bug #24188
closedRH Repositories page ostree filter shows no results
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Reproduce:
Have some OSTree repositories provided by subscriptions in the current organization
Navigate to RH Repos page
Select "OSTree" from the filter dropdown
Expected:
OSTree repositories are shown. Perhaps the following query?
GET "/katello/api/v2/repository_sets?organization_id=1&per_page=20&search=((label+~+ostree))"
Actual:
GET "/katello/api/v2/repository_sets?organization_id=1&per_page=20&search=((name+~+ostree))"
Found in nightly
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Partha Aji
- Pull request https://github.com/Katello/katello/pull/7545 added
Updated by Partha Aji over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|54437044ca53d92e69ab9eae77f059a38a7d53a2.
Actions