deecay / redmine_pivot_table

This Redmine plugin allows you to generate pivot table for issue analysis.
MIT License
52 stars 38 forks source link

redmine_prducts #76

Open ashrafalzyoud opened 2 years ago

ashrafalzyoud commented 2 years ago

Completed 500 Internal Server Error in 151ms (ActiveRecord: 23.5ms)

ActionView::Template::Error (undefined method `products' for # Did you mean? project): 55: <% if @table == "activity" %> 56: data = <%= raw parse_events(@events).to_json %>; 57: <% else %> 58: data = <%= raw parse_issues(@issues).to_json %>; 59: <% end %> 60: 61: var dateFormat = $.pivotUtilities.derivers.dateFormat;