From bf36421e1a146eb02d3ea3e6f7f1c951023f2443 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 6 May 2013 16:54:45 -0400 Subject: Bug 869162 - Lost infra/moco security checkboxes on submission --- extensions/BMO/template/en/default/bug/create/create-mozpr.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/BMO/template/en/default/bug') diff --git a/extensions/BMO/template/en/default/bug/create/create-mozpr.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-mozpr.html.tmpl index cc4a8641d..06336d63f 100644 --- a/extensions/BMO/template/en/default/bug/create/create-mozpr.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-mozpr.html.tmpl @@ -568,7 +568,7 @@ TUI_hide_default('expert_fields'); [%# exclude the default security from from the groups_available %] [%# list, as it will be added by the BMO extension %] [% groups_available = [] %] - [% FOREACH group (product.groups_available) %] + [% FOREACH group = product.groups_available %] [% NEXT IF group.name == product.default_security_group %] [% groups_available.push(group) %] [% END %] -- cgit v1.2.3-24-g4f1b