redmine_wiki_extensions icon indicating copy to clipboard operation
redmine_wiki_extensions copied to clipboard

Redmine 4.2: error when trying to configure project

Open hermannkm opened this issue 3 years ago • 2 comments

I could install wiki_extensions but when trying to activate through configure an error was thrown:

ActionView::Template::Error (super: no superclass method `project_settings_tabs' for #<#<Class:0x000055876b1a0b38>:0x00007ff57dcc5298>
Did you mean?  project_settings_tabs_without_scrum):
    1: <h2><%=l(:label_settings)%></h2>
    2:
    3: <%= render_tabs project_settings_tabs %>
    4:
    5: <% html_title(l(:label_settings)) -%>

plugins/redmine_wiki_extensions/lib/wiki_extensions_projects_helper_patch.rb:22:in `project_settings_tabs'

after some hacking got everything running by changing wiki_extensions_projects_helper_patch.rb to be similar to other plugins. So this seems to be my only problem.

hermannkm avatar Jul 08 '21 06:07 hermannkm

This PR fixes the issue in case you find the above comment https://github.com/haru/redmine_wiki_extensions/pull/23

mgi1982 avatar Aug 14 '21 19:08 mgi1982

Just ran into this. The latest released version 0.9.2 doesn't have this fix. Perhaps we can get a new version release?

jcormier avatar Nov 02 '21 18:11 jcormier