Bug 1100942 - Attachment links in request.cgi should go to the attachment and not default to &action=edit

r=gerv,a=glob


git-svn-id: svn://10.0.0.236/trunk@265676 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-11-19 16:15:50 +00:00
parent a20397a6c0
commit c0bfa8bf8e
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
9210
9211

View File

@ -1 +1 @@
47da91d22f0799f8eedc160909efbbc6feda0afd
259615dd0912f238868a78be5ed5f9c73e588964

View File

@ -221,8 +221,9 @@ to some group are shown by default.
[% BLOCK display_attachment %]
[% IF request.attach_id %]
<a href="attachment.cgi?id=[% request.attach_id %]&amp;action=edit">
<a href="attachment.cgi?id=[% request.attach_id %]">
[% request.attach_id %]: [%+ request.attach_summary FILTER html %]</a>
[<a href="attachment.cgi?id=[% request.attach_id %]&amp;action=edit">details</a>]
[% ELSE %]
N/A
[% END %]