Skip to content

Fix permission problem#75

Open
liaham wants to merge 1 commit intodeecay:masterfrom
xmera-circle:master
Open

Fix permission problem#75
liaham wants to merge 1 commit intodeecay:masterfrom
xmera-circle:master

Conversation

@liaham
Copy link

@liaham liaham commented Jun 1, 2021

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.

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
Copy link

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: <style>

plugins/redmine_pivot_table/app/helpers/pivottables_helper.rb:114:in `javascript_exists?'
plugins/redmine_pivot_table/app/views/pivottables/index.html.erb:16
plugins/redmine_pivot_table/app/views/pivottables/index.html.erb:9

redmine 5.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants