Bug #21481
Clicking on the arrow icon on an Errata Details page does not show the other errata items
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1506383
Description of problem:
Clicking on the arrow icon on an Errata Details page does not show the other errata items
Version-Release number of selected component (if applicable):
satellite-6.3.0-21.0.beta.el7sat.noarch
How reproducible:
Always
Steps to Reproduce:
1. Go to Content -> Errata. Select an errata
2. Click on the Arrow icon to select an other errata
3.
Actual results:
The filter shows but no item is listed (see screenshot)
Expected results:
Other errata items are listed.
Additional info:
Associated revisions
History
#1
Updated by Walden Raines over 4 years ago
- Target version set to 224
- Assignee set to Walden Raines
#2
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/7039 added
#3
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|245d748cd533afceef04e0a25127da5b23776f2e.
#4
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) set to 250
Fixes #21481: fix errata resource switcher.
The resource switcher relies on the attribute name being present.
In the case of errata we use title instead of name. This commit
adds name to the json as well including uuid as well as id in
the json response.
http://projects.theforeman.org/issues/21481