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

cross plugin bug with redmine atgs #6

Open
cforce opened this issue Dec 21, 2012 · 0 comments
Open

cross plugin bug with redmine atgs #6

cforce opened this issue Dec 21, 2012 · 0 comments

Comments

@cforce
Copy link

cforce commented Dec 21, 2012

The plugin does not work together wit redmine tags

ixti/redmine_tags#14

ActionView::Template::Error (undefined method render_tag_link' for #<#<Class:0xee662>:0x3751ea>): 1: <% unless issue.tag_list.empty? %> 2: <tr> 3: <td><b><%=l(:tags)%>:</b></td> 4: <td><%= safe_join(issue.tag_counts.collect{ |t| render_tag_link(t, :show_count => false, :open_only => false) }, ', ') %></td> 5: </tr> 6: <% end %> lib/redmine/hook.rb:111:inview_issues_show_details_bottom'
lib/redmine/hook.rb:61:in call_hook' lib/redmine/hook.rb:61:incall_hook'
lib/redmine/hook.rb:58:in call_hook' lib/redmine/hook.rb:158:incall_hook'
app/views/issues/show.html.erb:68:in _app_views_issues_show_html_erb__851819656_14434' app/controllers/issues_controller.rb:117:inshow'
app/controllers/issues_controller.rb:114:in `show'

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

1 participant