Bug #10904
Incremental Update: Selected content hosts are not recognized
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1233901
Description of problem:
Incremental Update: Selected content hosts are not recognized after I used the checkbox to show only the content hosts where the errata is currently installable in the host's Lifecycle environment
Version-Release number of selected component (if applicable):
Sat 6.1 GA Snap 8 Compose 2
How reproducible:
Always
Steps to Reproduce:
1. Have two content hosts one which has access to the entire 7Server content and the other having erratum filters to filter out any errata after 1/1/2015
2. Navigate to Content -> Errata page
3. Select an errata which is applicable to one content host and installable to another content host
4. Click Apply Errata
5. Enable the check box "Only show content hosts where the errata is currently installable in the host's Lifecycle Environment." - This displays only one content host which is expected
6. Now select the displayed content host and click Next
Actual results:
I am taken to the page which showed "You must select at least one Content Host in order to apply Errata"
Expected results:
Errata should be applied to the selected content host
Additional info:
This scenario works if I didnt enable the checkbox in Step 5.
Associated revisions
Merge pull request #5322 from waldenraines/10904
Fixes #10904: fix errata CH selection, BZ 1233901.
History
#1
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5322 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|b1f0448a1755e3526a201a3d81251d2458fb330c.
Fixes #10904: fix errata CH selection, BZ 1233901.
There were cases when we were attempting to transition to the
errata details screen incorrectly during errata apply. This commit
ensures that we do not transition to the errata details page
without an errata id.
http://projects.theforeman.org/issues/10904
https://bugzilla.redhat.com/show_bug.cgi?id=1233901