From: David Lawrence Date: Thu, 23 Jun 2011 19:49:44 +0000 (-0400) Subject: Bug 658547 - The link for new attachments in bugmail should point to the "Edit" page... X-Git-Tag: bugzilla-4.1.3~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c85e69a7f8de9a80b0eb76a1f3e987f68379d82c;p=thirdparty%2Fbugzilla.git Bug 658547 - The link for new attachments in bugmail should point to the "Edit" page rather than to the attachment content itself r/a=LpSolit --- diff --git a/template/en/default/bug/format_comment.txt.tmpl b/template/en/default/bug/format_comment.txt.tmpl index ed89188a62..1567980261 100644 --- a/template/en/default/bug/format_comment.txt.tmpl +++ b/template/en/default/bug/format_comment.txt.tmpl @@ -42,7 +42,7 @@ X[% comment_body %] [% ELSIF comment.type == constants.CMT_ATTACHMENT_CREATED %] Created attachment [% comment.extra_data %] [% IF is_bugmail %] - --> [% urlbase _ "attachment.cgi?id=" _ comment.extra_data %] + --> [% urlbase _ "attachment.cgi?id=" _ comment.extra_data _ "&action=edit" %] [% END %] [%+ comment.attachment.description %]