Issue #4276 has been updated by Igal Koshevoy. Status changed from Accepted to Ready for Testing Assigned to set to Igal Koshevoy
Fixed on: http://github.com/igal/puppet-dashboard/tree/bug-4276-report_status_td_exception ---------------------------------------- Bug #4276: clicking "view more" on node page results in a template error http://projects.puppetlabs.com/issues/4276 Author: Adrian Bridgett Status: Ready for Testing Priority: Urgent Assigned to: Igal Koshevoy Category: Target version: 1.0.2 Keywords: Branch: Affected URL: Using 1.0.1 .deb provided from your repository, if you click "view more" under "recent reports" on the node page you get this stack trace in the logs (and an error on the screen): ActionView::TemplateError (Missing template nodes/_report_status_td.erb in view path app/views) on line #28 of app/views/reports/index.html.haml: 25: %tbody 26: - @reports.each do |report| 27: %tr 28: = render 'report_status_td', :report => report 29: %td= link_to report.time.to_s(:short), report 30: - unless @node 31: %td= link_to_if report.node, report.host, report.node haml (3.0.13) [v] rails/./lib/haml/helpers/action_view_mods.rb:11:in `render ' haml (3.0.13) [v] lib/haml/helpers.rb:90:in `non_haml' haml (3.0.13) [v] rails/./lib/haml/helpers/action_view_mods.rb:11:in `render ' app/views/reports/index.html.haml:28:in `_run_haml_app47views47reports47inde x46html46haml' app/views/reports/index.html.haml:26:in `each' app/views/reports/index.html.haml:26:in `_run_haml_app47views47reports47index46html46haml' haml (3.0.13) [v] rails/./lib/haml/helpers/action_view_mods.rb:13:in `render' haml (3.0.13) [v] rails/./lib/haml/helpers/action_view_mods.rb:13:in `render' app/controllers/nodes_controller.rb:34:in `reports' app/controllers/nodes_controller.rb:33:in `reports' haml (3.0.13) [v] rails/./lib/sass/plugin/rack.rb:41:in `call' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
