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
Actions