Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redmine 4.2: error when trying to configure project #22

Open
hermannkm opened this issue Jul 8, 2021 · 2 comments
Open

Redmine 4.2: error when trying to configure project #22

hermannkm opened this issue Jul 8, 2021 · 2 comments

Comments

@hermannkm
Copy link

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.

@mgi1982
Copy link

mgi1982 commented Aug 14, 2021

This PR fixes the issue in case you find the above comment #23

@jcormier
Copy link

jcormier commented Nov 2, 2021

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

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

No branches or pull requests

3 participants