Defect #12443
closed
Upgrade to 2.1.4: undefined method 'notes'
0%
Description
After upgrading to 2.1.4 i get the following error in my production.log when viewing a specific error:
ActionView::Template::Error (undefined method `notes' for #<Issue:0xb4a069b4>):
27: <% end %>
28:
29: <fieldset><legend><%= l(:field_notes) %></legend>
30: <%= f.text_area :notes, :cols => 60, :rows => 10, :class => 'wiki-edit', :no_label => true %>
31: <%= wikitoolbar_for 'issue_notes' %>
32:
33: <% if @issue.safe_attribute? 'private_notes' %>
lib/redmine/views/labelled_form_builder.rb:31:in `text_area'
app/views/issues/_edit.html.erb:30:in `_app_views_issues__edit_html_erb___353321586__630661328'
app/helpers/application_helper.rb:977:in `labelled_form_for'
app/views/issues/_edit.html.erb:1:in `_app_views_issues__edit_html_erb___353321586__630661328'
app/views/issues/show.html.erb:136:in `_app_views_issues_show_html_erb__218590716__630431368'
app/controllers/issues_controller.rb:117
app/controllers/issues_controller.rb:114:in `show'