You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I could install wiki_extensions but when trying to activate through configure an error was thrown:
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.
The text was updated successfully, but these errors were encountered: