Bug #2292
Can't mention Massimo Rossello (some users?)
Start date:
11 May 2014
Due date:
18 May 2014
% Done:
100%
Redmine version:
External issue:
Description
Mentioning this user causes crash with the error:
interning empty string On line #16 of app/views/issues/_history.html.erb 13: <% end %> 14: </ul> 15: <% end %> 16: <%= render_notes(issue, journal, :reply_links => reply_links) unless journal.notes.blank? %> 17: </div> 18: <%= call_hook(:view_issues_history_journal_bottom, { :journal => journal }) %> 19: <% end %>
render_notes
executes textilizable
, that produces the error (see app/helpers/journals_helper.rb
).
Related issues
History
#1 Updated by Andriy Lesyuk over 10 years ago
- Target version set to 1.0.0b
#2 Updated by Andriy Lesyuk over 10 years ago
- Status changed from Open to In Progress
- % Done changed from 0 to 90
I believe the issue has been fixed in r69.
#3 Updated by Andriy Lesyuk over 10 years ago
- Due date set to 18 May 2014
- Status changed from In Progress to Closed
#4 Updated by Andriy Lesyuk over 10 years ago
- % Done changed from 90 to 100