Project

General

Profile

Actions

Patch #6985

closed

Bug in diff partial

Added by Ivan Evtuhovich over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2010-11-26
Due date:
% Done:

0%

Estimated time:

Description

When using redmine_diff_email plugin, it throws error when generated diff is big

Patch attached

I18n::ArgumentError in Repositories#show

Showing app/views/common/_diff.rhtml where line #67 raised:

Object must be a Date, DateTime or Time object. :text_diff_truncated given.
Extracted source (around line #67):

64: </div>
65: <% end -%>
66: 
67: <%= l(:text_diff_truncated) if diff.truncated? %>
Trace of template inclusion: vendor/plugins/redmine_diff_email/app/views/diff_mailer/diff_notification.text.html.rhtml

Files

Actions

Also available in: Atom PDF