Bug #10631
Incremental updates broken
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1223963
Description of problem:
Incremental updates broken
Version-Release number of selected component (if applicable):
Sat 6.1 GA Snap 5
How reproducible:
Always
Steps to Reproduce:
1. Go to Content -> Errata
2. Select an errata which needs an incremental update
3. Click Apply Errata
4. Select 1 or more content hosts which are applicable and click Next
Notice that there is no question about updating the relevant content views for the content host. Also I saw error in logs which I attached with this bug.
Actual results:
The relevant content views for the content hosts is not displayed which blocks the incremental updates.
Expected results:
The relevant content views for the content hosts should be displayed.
Additional info:
Associated revisions
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/5256 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|863ed70a984865a8792991150b37a83d4c4aab2c.
#3
Updated by Eric Helms almost 8 years ago
- Legacy Backlogs Release (now unused) set to 31
- Triaged changed from No to Yes
Fixes #10631: hide errata confirm if no errata IDs BZ 1223963.
There was at least one case where errata IDs were not provided
to the available incremental update call. This commit prevents
the display of that page if there are no errata IDs provided.
In addition, fix the available_incremental_updates API to return
an empty list if the param errata_ids is not provided.
http://projects.theforeman.org/issues/10631
https://bugzilla.redhat.com/show_bug.cgi?id=1223963