From 8156cf59dcf391016eac0368dcd9f6aa5a03b6b4 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 14 May 2012 13:37:18 +0800 Subject: Bug 754366: make splinter work on obsolete attachments --- extensions/Splinter/template/en/default/pages/splinter.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/Splinter') 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 %] -- cgit v1.2.3-24-g4f1b