Bug #36474
closedLink for container count on CV page redirects to an invalid page
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2212756
Description of problem:
- Clicking on the container count link on the CV Repositories page redirects to an invalid page.
How reproducible:
- Everytime.
Steps to Reproduce:
1. Sync a container repository on the Satellite.
2. Create a CV or use a existing CV.
3. Navigate to the Repositories page on the CV.
WebUI : Content --> Content View --> Select CV --> Repositories tab --> Click on any of the link in Content column for the container repository.
Actual results:
- Redirected to an invalid page.
~~
404 - Page Not Found
The requested URL /products/1/repositories/2/content/content/docker_manifests was not found.
~~
Expected results:
- Should redirect to the correct page.
Additional info:
- Seems like the URL is generated incorrectly.
https://katello.example.com/products/1/repositories/2/content/content/docker_manifests
It should be the following instead.
https://katello.example.com/products/1/repositories/2/content/docker_manifests
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/10585 added
Updated by Quinn James over 1 year ago
- Subject changed from Link for container count on CV page redirects to an invalid page to Link for container count on CV page redirects to an invalid page
- Category set to Content Views
- Target version set to Katello 4.9.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.10.0 added
Updated by Adam Ruzicka over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|3995b6805ffd4187d5c85591b2ac86d2d2baa742.
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/Katello/katello/pull/10623 added