This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
cross plugin bug #14
Comments
Since #23 was merged, also close this issue. Hopefully everything was solved by @hdgarrood work. |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The plugin does not work together with redmine canned responses
commandprompt/redmine_canned_responses#6
The plugin does not work together wit redmine tags
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:in
view_issues_show_details_bottom'lib/redmine/hook.rb:61:in
call_hook' lib/redmine/hook.rb:61:in
call_hook'lib/redmine/hook.rb:58:in
call_hook' lib/redmine/hook.rb:158:in
call_hook'app/views/issues/show.html.erb:68:in
_app_views_issues_show_html_erb__851819656_14434' app/controllers/issues_controller.rb:117:in
show'app/controllers/issues_controller.rb:114:in `show'
The text was updated successfully, but these errors were encountered: