Commit 259615dd authored by David Lawrence's avatar David Lawrence

Bug 1100942 - Attachment links in request.cgi should go to the attachment and…

Bug 1100942 - Attachment links in request.cgi should go to the attachment and not default to &action=edit r=gerv,a=glob
parent 47da91d2
...@@ -221,8 +221,9 @@ to some group are shown by default. ...@@ -221,8 +221,9 @@ to some group are shown by default.
[% BLOCK display_attachment %] [% BLOCK display_attachment %]
[% IF request.attach_id %] [% 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> [% request.attach_id %]: [%+ request.attach_summary FILTER html %]</a>
[<a href="attachment.cgi?id=[% request.attach_id %]&amp;action=edit">details</a>]
[% ELSE %] [% ELSE %]
N/A N/A
[% END %] [% END %]
......
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