deecay / redmine_pivot_table

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

Fix permission problem #75

Open liaham opened 3 years ago

liaham commented 3 years ago

An authorized user for viewing the index page was not able to save a pivot table query due to some authorization problems.

Tests are also fixed by adding params hash to requests.

ashrafalzyoud commented 6 months ago

ActionView::Template::Error (undefined method `exists?' for File:Class): 13: <%= javascript_include_tag 'd3.min.js', :plugin => 'redmine_pivot_table' %> 14: <%= javascript_include_tag 'c3.min.js', :plugin => 'redmine_pivot_table' %> 15: <%= javascript_include_tag 'c3_renderers.js', :plugin => 'redmine_pivot_table' %> 16: <%= javascript_include_tag @language_js, :plugin => 'redmine_pivot_table', :media => "all" if javascript_exists?(@language_js) %> 17: <% end %> 18: 19: