Restream / redmine_custom_reports

Redmine plugin for reports and charts
55 stars 37 forks source link

Template error while trying to create a new custom report #1

Closed konart closed 11 years ago

konart commented 11 years ago

Here is what I'm getting in the console:

ActionView::Template::Error (undefined method each' for nil:NilClass): 4: <tr> 5: <td> 6: <table> 7: <% query.sorted_available_filters.each do |filter| %> 8: <% 9: field = filter[0] 10: field_id = "#{series_id}_#{field}" app/models/query.rb:310:inavailable_filters' app/helpers/application_helper.rb:948:in `labelled_form_for'

nodecarter commented 11 years ago

which version of redmine do you use?

konart commented 11 years ago

Redmine: 2.3.2 Ruby: 2.0.0p247 Rails: 3.2.14