diff options
author | Byron Jones <bjones@mozilla.com> | 2012-05-14 07:37:18 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-05-14 07:37:18 +0200 |
commit | 8156cf59dcf391016eac0368dcd9f6aa5a03b6b4 (patch) | |
tree | cd101b708bcc22ba2182c6640dd4468474e12418 /extensions/Splinter | |
parent | cdd4da962e3fc0f4811b75f59d57de78eaeaaa42 (diff) | |
download | bugzilla-8156cf59dcf391016eac0368dcd9f6aa5a03b6b4.tar.gz bugzilla-8156cf59dcf391016eac0368dcd9f6aa5a03b6b4.tar.xz |
Bug 754366: make splinter work on obsolete attachments
Diffstat (limited to 'extensions/Splinter')
-rw-r--r-- | extensions/Splinter/template/en/default/pages/splinter.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl index d9c04a582..96550fd5a 100644 --- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl +++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl @@ -81,7 +81,7 @@ [% FOREACH attachment = bug.attachments %] [% NEXT IF attachment.isprivate && !user.is_insider && attachment.attacher.id != user.id %] - [% NEXT IF !attachment.ispatch || attachment.isobsolete %] + [% NEXT IF !attachment.ispatch %] var attachid = parseInt('[% attachment.id FILTER js %]'); var attachment = new Splinter.Bug.Attachment('', attachid); [% IF attachment.id == attach_id && attachment.ispatch %] |