Actions
Defect #6459
closedUnhandled exception on when accessing issues feed where issues have custom fields
Start date:
2010-09-21
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
The issues feed is broken in cases where there are custom fields defined.
Error:
ActionView::TemplateError: undefined method `format_value' for #<ActionView::Base:0x7aa4d88>
Relevant backtrace:
--- - "On line #23 of app/views/journals/index.rxml" - "20: xml.content \"type\" => \"html\" do" - "21: xml.text! '<ul>'" - "22: change.details.each do |detail|" - "23: xml.text! '<li>' + show_detail(detail, false) + '</li>'" - "24: end" - "25: xml.text! '</ul>'" - "26: xml.text! textilizable(change, :notes, :only_path => false) unless change.notes.blank?" - app/helpers/issues_helper.rb:134:in `show_detail'
A patch is attached. Please check and commit.
Files
Updated by Jan from Planio www.plan.io over 14 years ago
this is an easy one, would be great if it made it into 1.0.2
Updated by Eric Davis over 14 years ago
- Status changed from New to Closed
- Resolution set to Cant reproduce
I can't reproduce this. Can you post the full stacktrace with the params used or include a failing test in your patch?
Actions