Actions
Bug #17207
closedContent Host content_facet uuid is set to nil when changing a registered host to a new content view
Description
When changing the content view via the Katello content host UI of a registered content host with a non nil content_facet.uuid, the content_facet.uuid is set to nil.
Steps to reproduce:
1. Register a content host
2. Check Host.find(:id).content_facet.uuid is non-nil
3. From the Content Hosts Show page, update the content view to a different content view
4. Check Host.find(:id).content_facet.uuid is now nil
Found on master branch
Updated by Justin Sherrill over 8 years ago
- Category set to Hosts
- Priority changed from Normal to Urgent
- Translation missing: en.field_release set to 162
Updated by Brad Buckingham over 8 years ago
- Assignee set to Brad Buckingham
- Target version set to 133
- Bugzilla link set to 1386340
Updated by Brad Buckingham over 8 years ago
- Bugzilla link deleted (
1386340)
Unlinking the bugzilla, as this issue is different. In the other case, the uuid is not getting removed.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6440 added
Updated by Brad Buckingham over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|1e17400fa9298f2bdb98707b4ac4ccb1d30bc8f4.
Actions