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:
parent
a20397a6c0
commit
c0bfa8bf8e
@ -1 +1 @@
|
||||
9210
|
||||
9211
|
||||
@ -1 +1 @@
|
||||
47da91d22f0799f8eedc160909efbbc6feda0afd
|
||||
259615dd0912f238868a78be5ed5f9c73e588964
|
||||
@ -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 %]&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 %]&action=edit">details</a>]
|
||||
[% ELSE %]
|
||||
N/A
|
||||
[% END %]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user