Closed edillmann closed 9 years ago
Error, when I go to the settings tab:
ActionView::Template::Error (undefined method `link_to_project_tag_filter' for #<#<Class:0x000000076b12d0>:0x0000000ad897d0>):
10: <% for issue_tag in tags %>
11: <tr class="<%= cycle 'odd', 'even' %>">
12: <td>
13: <%= link_to_project_tag_filter(@project, issue_tag.name) %>
14: </td>
15: <td class="buttons">
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___707175231275618445_65631880'
app/views/common/_tabs.html.erb:23:in `each'
app/views/common/_tabs.html.erb:23:in `_app_views_common__tabs_html_erb___707175231275618445_65631880'
app/helpers/application_helper.rb:271:in `render_tabs'
app/views/projects/settings.html.erb:3:in `_app_views_projects_settings_html_erb__3326290554277983963_65491960'
Anyone, can it be fixed? It's happened if project have any tags.
After investigation, I found trouble is here: /app/views/tagging/_tagtab.erb:13. TaggingHelper::link_to_project_tag_filter isn't visible in template. But, unfortunately, I'm not ruby programmer. =(
Hi,
Did you have any plan tu support Redmine 2.3 ?
Regards, Eric