Bug #9933
Clicking on Errata count URLs on Content host details page shows incorrect errata
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1205855
Description of problem:
Errata count URLs on Content host details page shows incorrect errata
Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-7-20150320.1
How reproducible:
Always
Steps to Reproduce:
1.Upload manifest, sync few repos (with erratas), create content view, publish, promote to right environments
2.Register and subscribe a content host
3.Go to Hosts -> Content Hosts -> Select the content host -> Details page -> Installable errata section
4. Click the URL for Security, Bug Fix and Enhancement erratas
Actual results:
Clicking on errata url tries to filter content hosts with errata types (see screenshot)
Expected results:
Clicking on errata urls should open specific type of erratas (Security, BugFix and Enhancement erratas)
Additional info:
Associated revisions
History
#1
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Target version set to 68
- Pull request https://github.com/Katello/katello/pull/5150 added
- Pull request deleted (
)
#2
Updated by Eric Helms almost 8 years ago
- Legacy Backlogs Release (now unused) set to 31
- Triaged changed from No to Yes
#3
Updated by Walden Raines almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|ec439607b407f4c862eb89e3f7a6124b8f2dabc0.
Fixes #9933: use correct param for search BZ1205855.
The links to the content host errata page from the
content host details page were using the incorrect
search link. This commit fixes the incorrect link.
http://projects.theforeman.org/issues/9933
https://bugzilla.redhat.com/show_bug.cgi?id=1205855