Bug #2331
Updated by Andriy Lesyuk almost 7 years ago
1.choose the project section for project
2.the wiki module show error.
<pre>
Started GET "/redmine/projects/redmine/wiki" for 127.0.0.1 at 2014-09-15 13:06:41 +0800
Processing by WikiController#show as HTML
Parameters: {"project_id"=>"redmine"}
Current user: admin (id=1)
Rendered plugins/redmine_image_clipboard_paste/app/views/wiki/edit.html.erb within layouts/base (15.6ms)
Completed 500 Internal Server Error in 31.2ms
ActionView::Template::Error (':parent' is not an ActiveModel-compatible object that returns a valid partial path.):
1: <%= javascript_include_tag 'image_paste.js', :plugin => 'redmine_image_clipboard_paste' %>
2: <%= render :parent, {:you_can_pass => :locals} %>
app/controllers/wiki_controller.rb:73:in `show'
</pre>
2.the wiki module show error.
<pre>
Started GET "/redmine/projects/redmine/wiki" for 127.0.0.1 at 2014-09-15 13:06:41 +0800
Processing by WikiController#show as HTML
Parameters: {"project_id"=>"redmine"}
Current user: admin (id=1)
Rendered plugins/redmine_image_clipboard_paste/app/views/wiki/edit.html.erb within layouts/base (15.6ms)
Completed 500 Internal Server Error in 31.2ms
ActionView::Template::Error (':parent' is not an ActiveModel-compatible object that returns a valid partial path.):
1: <%= javascript_include_tag 'image_paste.js', :plugin => 'redmine_image_clipboard_paste' %>
2: <%= render :parent, {:you_can_pass => :locals} %>
app/controllers/wiki_controller.rb:73:in `show'
</pre>