Bug #9471
Contest host -> Errata tab fails with a javascript error
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1194396
Description of problem:
Contest host -> Errata tab fails with a javascript error
Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-6-20150217
How reproducible:
Always
Steps to Reproduce:
1. Create a product, repo and sync it (make sure to have errata)
2. Create content view with the above repo, publish it
3. Create Activation key with the above content view
4. Subscribe/Register a content host
5. Navigate to UI -> Hosts -> Content hosts -> Select the Content Host -> Errata tab
Actual results:
Errata tab shows js error (see screenshot and javascript error attached)
Expected results:
Errata tab shows errata for the content host
Additional info:
Associated revisions
History
#1
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Target version set to 66
- Pull request https://github.com/Katello/katello/pull/5033 added
- Pull request deleted (
)
#2
Updated by Walden Raines about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|5dde6c76db653352af1ce0ef62ac504556e6e39c.
#3
Updated by Eric Helms about 8 years ago
- Legacy Backlogs Release (now unused) set to 23
- Triaged changed from No to Yes
Fixes #9471: fix JS error on content host errata page, BZ1194396
bst-feature-flag and bst-alert were both asking for transclusion on
the same element so moving bst-feature-flag to containing element to
avoid JS error.
http://projects.theforeman.org/issues/9471
https://bugzilla.redhat.com/show_bug.cgi?id=1194396