Actions
Bug #302
closedFix count_habtm
Description
The new statistics page returned "No Inventory data has been found", which I tracked down to this line in count_habtm:
label = eval(assocication.camelize).send("find",a[0].to_i).to_label if a[0]
causing this traceback:
NoMethodError: undefined method `to_label' for #<Puppetclass:0xb72bb1e8> from /usr/share/foreman/vendor/rails/activerecord/lib/active_record/attribute_methods.rb:260:in `method_missing' from /usr/share/foreman/app/models/host.rb:375:in `count_habtm' from /usr/share/foreman/app/models/host.rb:373:in `each' from /usr/share/foreman/app/models/host.rb:373:in `count_habtm'
Changing the to_label to to_s fixed the glitch for me.
Files
Updated by Ohad Levy over 14 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 81e2d3f3f6059d9d4807e57011769ad016d6c2d5.
Updated by Ohad Levy over 14 years ago
- Assignee set to Ohad Levy
- Target version set to 0.1-5
Updated by Ohad Levy over 14 years ago
- Status changed from Ready For Testing to Closed
Actions