diff options
author | Byron Jones <bjones@mozilla.com> | 2012-09-05 17:17:56 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-09-05 17:17:56 +0200 |
commit | 8f9d5b4946f0ad7c32ef42200fd384c16c11f138 (patch) | |
tree | 02218ab2a002226395468cbb7fadfdaf5c460e88 | |
parent | 48fca3365960025500d0528facc9633283569c4e (diff) | |
download | bugzilla-8f9d5b4946f0ad7c32ef42200fd384c16c11f138.tar.gz bugzilla-8f9d5b4946f0ad7c32ef42200fd384c16c11f138.tar.xz |
Bug 788370: Change cf_locale field visibility from using bugzillas native controls to BMO extensions
-rw-r--r-- | extensions/BMO/lib/Data.pm | 41 |
1 files changed, 22 insertions, 19 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index ac2076d52..c2a9d90f4 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -50,29 +50,29 @@ our @EXPORT_OK = qw($cf_visible_in_products our $cf_visible_in_products; tie(%$cf_visible_in_products, "Tie::IxHash", qw/^cf_blocking_kilimanjaro|cf_blocking_basecamp/ => { - "Boot2Gecko" => [], - "Core" => [], - "Fennec" => [], + "Boot2Gecko" => [], + "Core" => [], + "Fennec" => [], "Firefox for Android" => [], - "Firefox" => [], - "Marketplace" => [], - "mozilla.org" => [], - "Mozilla Services" => [], - "NSPR" => [], - "NSS" => [], - "Socorro" => [], - "Testing" => [], - "Thunderbird" => [], - "Toolkit" => [], - "Tracking" => [], - "Web Apps" => [], + "Firefox" => [], + "Marketplace" => [], + "mozilla.org" => [], + "Mozilla Services" => [], + "NSPR" => [], + "NSS" => [], + "Socorro" => [], + "Testing" => [], + "Thunderbird" => [], + "Toolkit" => [], + "Tracking" => [], + "Web Apps" => [], }, qr/^cf_blocking_fennec/ => { "addons.mozilla.org" => [], "AUS" => [], "Core" => [], "Fennec" => [], - "Firefox for Android" => [], + "Firefox for Android" => [], "Marketing" => ["General"], "mozilla.org" => ["Release Engineering", qr/^Release Engineering: /], "Mozilla Localizations" => [], @@ -105,7 +105,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Core" => [], "Directory" => [], "Fennec" => [], - "Firefox for Android" => [], + "Firefox for Android" => [], "Firefox" => [], "MailNews Core" => [], "mozilla.org" => ["Release Engineering", qr/^Release Engineering: /], @@ -144,7 +144,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Camino" => [], "Composer" => [], "Fennec" => [], - "Firefox for Android" => [], + "Firefox for Android" => [], "Firefox" => [], "Mozilla Localizations" => [], "Mozilla Services" => [], @@ -170,7 +170,10 @@ tie(%$cf_visible_in_products, "Tie::IxHash", qw/^cf_due_date$/ => { "Mozilla Reps" => [], "mozilla.org" => ["Security Assurance: Review Request"], - }, + }, + qw/^cf_locale$/ => { + "www.mozilla.org" => [], + }, ); # Which custom fields are acting as flags (ie. custom flags) |