Bug #21788
Could not resolve packages from state 'content-view.repositories.yum.list'
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1490252
Description of problem: We were trying to get list of packages in yum repository under content view.But when we click on packages link, nothing will happen and console shows "Could not resolve 'products.repository.manage-content.packages' from state 'content-view.repositories.yum.list'"
Version-Release number of selected component (if applicable): Satellite 6.3 snap 15
How reproducible: always
Steps to Reproduce:
1. Create content view having some packages in repository
2. Navigate to Content -> Content Views
3. Select content-view
4. Click on yum content -> repository tab
5. try to click on packages link
Actual results:
Clicking packages link didn't navigate to any page and console shows error as
Could not resolve 'products.repository.manage-content.packages' from state 'content-view.repositories.yum.list' (see attachment)
Expected results:
Link should get resolved successfully.
Additional info:
Associated revisions
History
#1
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7085 added
#2
Updated by Walden Raines over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset katello|1bca4e4d2b7b06a7baf30b21e09a8a44754f55f1.
#3
Updated by Walden Raines over 4 years ago
- Target version set to 234
#4
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) set to 329
Fixes #21788: fix repository package links.
The product repository links were incorrectly changed after the
switch to nutupane. This commit fixes the generation of the links.
http://projects.theforeman.org/issues/21788