Bug #35834
closedSetting a Content Source is not persistent
Description
Description of problem:
Saving a Content Source appears to work but on reopening the Edit view the setting is blank.
If you set Lifecycle Environment and Content View, and then Content Source, the Media, Partition Table, and Root Password settings are lost and have to be reselected.
Version-Release number of selected component (if applicable):
How reproducible:
Every time
Steps to Reproduce:
1. Create a host with the follow values:
make_fake_host(
{
'organization-id': module_host_template.organization.id,
'architecture-id': module_host_template.architecture.id,
'domain-id': module_host_template.domain.id,
'location-id': module_host_template.location.id,
'medium-id': module_host_template.medium.id,
'operatingsystem-id': module_host_template.operatingsystem.id,
'partition-table-id': module_host_template.ptable.id,
}
2. Open the host for editing and select a Content Source, Submit to save the changes.
3. Open the host for editing and check the Content Source to see if the change persisted.
4. Select the Lifecycle Environment and Content View, and then Content Source. Try to submit the changes.
Actual results:
A change to the Content Source does not persist.
The Media, Partition Table, and Root Password settings are lost and have to be reselected.
Expected results:
A change to the Content Source does persist.
The Media, Partition Table, and Root Password settings are not lost.
Additional info:
Test is using fake capsules
Updated by Lucy Fu almost 2 years ago
- Subject changed from Setting a Content Source is not persistent to Setting a Content Source is not persistent
content source needs both selected Lifecycle Environment and Content View to be saved.
If either Lifecycle Environment or Content View is not selected, a content facet would not be created
which would cause content source not be saved.
Updated by The Foreman Bot almost 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lucy Fu
- Pull request https://github.com/Katello/katello/pull/10380 added
Updated by Lucy Fu almost 2 years ago
- Target version set to Katello 4.8.0
- Triaged changed from No to Yes
Updated by Lucy Fu over 1 year ago
- Target version changed from Katello 4.8.0 to Katello 4.9.0
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.9.0 added
Updated by Lucy Fu over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|2de0d7043d5825cf660318eeb931fc83f124e7c4.