Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

cross plugin bug #14

Closed
cforce opened this issue Dec 21, 2012 · 3 comments
Closed

cross plugin bug #14

cforce opened this issue Dec 21, 2012 · 3 comments

Comments

@cforce
Copy link
Contributor

cforce commented Dec 21, 2012

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: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'

@PowerKiKi
Copy link
Collaborator

It would seem to be the same error as seen long time ago, and for which @kulesa, submitted a pull request: #8

However my rails-fu is weak and I cannot seem to re-apply this patch properly to make it working. I'll need to document myself much more or ask for external help to get it solved.

@hdgarrood
Copy link
Collaborator

Hopefully (as #8 says) removing helper patches and using new helpers instead should fix this, and that's what I'm doing for #23

@PowerKiKi
Copy link
Collaborator

Since #23 was merged, also close this issue. Hopefully everything was solved by @hdgarrood work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants