Bug #29398
closedLinks to an errata list of a repository lack repositoryId in URI and points to generic "errata" page instead
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1811390
Description of problem:
Inspecting a repository content, one sees X packages, Y errata, Z Package Groups etc., all click-able to get list of [packages|errata|..] in the repository. All but errata links work fine - clicking to Errata link, one is pointed to
https://satellite.example.com/errata
that contains applicable errata from all repositories.
The URL link should be instead:
https://satellite.example.com/errata?repositoryId=39
(with proper repositoryId value)
(and yet better, Applicable flag should be unchecked as we are interested in whole repository content, not applicable only, no?)
Version-Release number of selected component (if applicable):
Sat 6.7 Beta (or any older release)
How reproducible:
100%
Steps to Reproduce:
0. Sync a repository that we will inspect further
1. In WebUI, go to Products -> click to the product -> Repositories
2. Click to "4075 Errata" link
3. Optionally, click to the repository and then click to the same link
Actual results:
Both 2. and 3. opens https://satellite.example.com/errata .
Expected results:
Both 2. and 3. should open https://satellite.example.com/errata?repositoryId=39 (with proper repositoryId value), ideally with "Applicable" checkbox unchecked.
Additional info:
Opening the "errata?repositoryId=39" URI directly first lists all errata as well. And even after a while, the page is refreshed to show just errata from the repository - dont be confused by this UI subtle bug.
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/8626 added
Updated by Samir Jha almost 5 years ago
- Target version set to Katello 3.16.0
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 5 years ago
- Fixed in Releases Katello 3.16.0 added
Updated by Samir Jha almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|d6cb109993750ee235c688cb5fa37fbb8f4e6889.