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 Stephen Benjamin almost 11 years ago
Updated by Stephen Benjamin almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ea450c06aba11e03e6a5a926950b8c0cff1b8f2c.
Actions