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/lib/Data.pm | 2 +- extensions/BMO/template/en/default/bug/create/create-mozpr.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/BMO') diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 05acbf8c4..2c67555b9 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -417,7 +417,7 @@ our %product_sec_groups = ( "Mozilla Grants" => 'grants', "Mozilla Messaging" => 'mozilla-messaging-confidential', "Mozilla Metrics" => 'metrics-private', - "mozilla.org" => 'mozilla-confidential', + "mozilla.org" => 'mozilla-corporation-confidential', "Mozilla PR" => 'pr-private', "Mozilla QA" => 'mozilla-corporation-confidential', "Mozilla Reps" => 'mozilla-reps', 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