Actions
Bug #5690
closedTaxonomy fact name not retrieved from settings
Description
In app/models/host/base.rb:
taxonomy_from_fact = taxonomy_class.find_by_title(facts["#{taxonomy}_fact"])
should be
taxonomy_from_fact = taxonomy_class.find_by_title(facts[Setting["#{taxonomy}_fact"]])
Updated by Dominic Cleal over 10 years ago
- Translation missing: en.field_release set to 16
Updated by Dominic Cleal over 10 years ago
- Related to Bug #3214: No location / Organization if host added by default from puppet run added
Updated by Stephen Benjamin over 10 years ago
Updated by Stephen Benjamin over 10 years ago
- Status changed from New to Ready For Testing
- Assignee set to Stephen Benjamin
Updated by Dominic Cleal over 10 years ago
- Has duplicate Bug #5699: The "location_fact" setting does not actually look for a custom fact added
Updated by Stephen Benjamin over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ea450c06aba11e03e6a5a926950b8c0cff1b8f2c.
Updated by Bryan Kearney over 10 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1107695
Actions