From aa66443f7df5f99ee59ad9b4a87daf5b957e327f Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sat, 10 Apr 2004 21:31:35 +0000 Subject: [PATCH] Patch for bug 239826: support closing resolved bugs when changing multiple bugs; patch by Albert Ting ; r=kiko, a=myk. --- template/en/default/list/edit-multiple.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 8286a3f52d..7515d91511 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -267,7 +267,8 @@ [% knum = knum + 1 %]
- [% ELSIF bugstatuses.contains('VERIFIED') %] + [% END %] + [% IF bugstatuses.contains('RESOLVED') || bugstatuses.contains('VERIFIED') %] [% knum = knum + 1 %]
-- 2.47.2