Restream / redmine_tagging

Add simple tagging support to Redmine Issues/Wiki pages
114 stars 50 forks source link

Redmine 2.3 support #46

Closed edillmann closed 9 years ago

edillmann commented 11 years ago

Hi,

Did you have any plan tu support Redmine 2.3 ?

Regards, Eric

logical-and commented 11 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'
logical-and commented 11 years ago

Anyone, can it be fixed? It's happened if project have any tags.

logical-and commented 11 years ago

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. =(