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 think that is a plugin helper issue. The TaggingHelper module that is defined in app/helpers/tagging_helper.rb isn't correctly included (4 some reason 😅 ) on application's path.
To 'solve' it, I just included that piece of code on init.rb
ActionView::Template::Error (undefined method
link_to_project_tag_filter' for #<#Class:0x00000004f52ce8:0x000000060312a8>):10: <% for issue_tag in tags %>
11:
12:
13: <%= link_to_project_tag_filter(@project, issue_tag.name) %>
14:
15:
16: <%= link_to(l(:detach), {:controller => 'issue_tags', :action => 'destroy', :id => issue_tag.id,
app/views/common/_tabs.html.erb:24:in
block in _app_views_common__tabs_html_erb__3640568420189664632_58651720' app/views/common/_tabs.html.erb:23:in
each'app/views/common/_tabs.html.erb:23:in
_app_views_common__tabs_html_erb__3640568420189664632_58651720' app/helpers/application_helper.rb:263:in
render_tabs'app/views/projects/settings.html.erb:3:in
_app_views_projects_settings_html_erb___3514565881336922162_51113100'
The text was updated successfully, but these errors were encountered: