Commit c85e69a7 authored by David Lawrence's avatar David Lawrence

Bug 658547 - The link for new attachments in bugmail should point to the "Edit"…

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
parent c246445a
...@@ -42,7 +42,7 @@ X[% comment_body %] ...@@ -42,7 +42,7 @@ X[% comment_body %]
[% ELSIF comment.type == constants.CMT_ATTACHMENT_CREATED %] [% ELSIF comment.type == constants.CMT_ATTACHMENT_CREATED %]
Created attachment [% comment.extra_data %] Created attachment [% comment.extra_data %]
[% IF is_bugmail %] [% IF is_bugmail %]
--> [% urlbase _ "attachment.cgi?id=" _ comment.extra_data %] --> [% urlbase _ "attachment.cgi?id=" _ comment.extra_data _ "&action=edit" %]
[% END %] [% END %]
[%+ comment.attachment.description %] [%+ comment.attachment.description %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment