Bug #9992
Apply Errata page shows wrong informational text
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1208216
Description of problem:
Apply Errata page shows wrong informational text
Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-6-20150331.1
How reproducible:
Always
Steps to Reproduce:
1. Go to Content -> Errata
2. Select an applicable errata (Make sure that there is atleast one applicable content host) -> Click 'Apply Errata'
Actual results:
'No Content hosts match this erratum' message is shown above the content host (see screenshot)
Expected results:
This informational text is incorrect in this context
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/5160 added
- Pull request deleted (
)
#2
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|bd1edf250927043a9d6bf202556a4f2db80e2947.
#3
Updated by Eric Helms almost 8 years ago
- Legacy Backlogs Release (now unused) set to 31
- Triaged changed from No to Yes
Fixes #9992: fix no rows message on errata CH page BZ 1208216.
The no rows message on the Errata Content Host page was displaying
regardless of whether or not there were rows in the table because
it was placed inside the table data-block. This commit moves the
no rows message data-block outside of the table data-block such
that the message will only be displayed under the correct
circumstances.
http://projects.theforeman.org/issues/9992
https://bugzilla.redhat.com/show_bug.cgi?id=1208216