Project

General

Profile

Actions

Bug #302

closed

Fix count_habtm

Added by Frank Sweetser almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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

Actions #1

Updated by Ohad Levy almost 14 years ago

  • Status changed from New to Ready For Testing
  • % Done changed from 0 to 100
Actions #2

Updated by Ohad Levy almost 14 years ago

  • Assignee set to Ohad Levy
  • Target version set to 0.1-5
Actions #3

Updated by Ohad Levy almost 14 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF