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
Actions