teleological / redmine_stealth

Sometimes sneaky is good. This plugin works like a mute button for Redmine notification emails.
http://teleological.github.com/redmine_stealth
GNU General Public License v2.0
31 stars 35 forks source link

Error in call hook #13

Closed LuisSerrano closed 11 years ago

LuisSerrano commented 12 years ago

The plugin returns this error (Redmine 1.3.2 without plugins)

NoMethodError in Issues#show

Showing app/views/issues/show.html.erb where line #45 raised:

undefined method `call_hook' for #ActionView::Base:0x7ff02dc8c650 Extracted source (around line #45):

42: <% end %> 43: 44: <%= render_custom_fields_rows(@issue) %> 45: <%= call_hook(:view_issues_show_details_bottom, :issue => @issue) %> 46: 47: 48: <% if @issue.description? || @issue.attachments.any? -%>

teleological commented 12 years ago

Do you see an indication that this issue is related to the plugin? Neither the call_hook method, nor :view_issues_show_details_bottom are referenced by the plugin code.

teleological commented 11 years ago

Closing for want of response, but please feel free to open if the problem persists.