diff options
author | David Lawrence <dkl@mozilla.com> | 2016-09-13 15:34:45 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-09-13 15:34:45 +0200 |
commit | 398cd3949565347bd7fb334b7fbedc9924ab698c (patch) | |
tree | 479b3bbd606c516cbbdcb86fe721f1c936a8dff3 | |
parent | 5f310e5b9e7afbd5badb17178349fefaaabfacce (diff) | |
download | bugzilla-398cd3949565347bd7fb334b7fbedc9924ab698c.tar.gz bugzilla-398cd3949565347bd7fb334b7fbedc9924ab698c.tar.xz |
Revert "Bug 1278398 - Enable "Due Date" field for all websites, web services, infrastructure(webops, netops, etc), infosec bugs (all components)"
This reverts commit d3da04e5d03e3b898243f0fcb975c4feeafce85a.
-rw-r--r-- | extensions/BMO/lib/Data.pm | 92 |
1 files changed, 11 insertions, 81 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index d4c2e3012..d234ba576 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -108,87 +108,17 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Toolkit" => [], }, qr/^cf_due_date$/ => { - "AUS" => [], - "Add-on SDK" => [], - "Air Mozilla" => [], - "CCK" => [], - "Calendar" => [], - "Cloud Services" => [], - "Community Building" => [], - "Composer" => [], - "Content Services" => [], - "Data & BI Services Team" => [], - "Data Compliance" => [], - "Datazilla" => [], - "Derivatives" => [], - "Developer Documentation" => [], - "Developer Ecosystem" => [], - "Developer Engagement" => [], - "Developer Services" => [], - "Documentation" => [], - "Enterprise Information Security" => [], - "FSA" => [], - "Firefox Health Report" => [], - "Focus" => [], - "Grendel" => [], - "Hello (Loop)" => [], - "Infrastructure & Operations" => [], - "Input" => [], - "Instantbird Servers" => [], - "Intellego" => [], - "Internet Public Policy" => [], - "Invalid Bugs" => [], - "L20n" => [], - "Localization Infrastructure and Tools" => [], - "Marketing" => [], - "Marketplace" => [], - "Minimo" => [], - "MozReview" => [], - "Mozilla Corporation" => [], - "Mozilla Developer Network" => [], - "Mozilla Foundation Communications" => [], - "Mozilla Foundation" => [], - "Mozilla Grants" => [], - "Mozilla Labs" => [], - "Mozilla Localizations" => [], - "Mozilla Messaging" => [], - "Mozilla Metrics" => [], - "Mozilla PR" => [], - "Mozilla QA" => [], - "Mozilla Reps" => [], - "MozillaClassic" => [], - "Other Applications" => [], - "Pancake" => [], - "Participation Infrastructure" => [], - "Penelope" => [], - "Petri" => [], - "Plugin Check" => [], - "Powertool" => [], - "Privacy" => [], - "SeaMonkey" => [], - "Servo" => [], - "Shield" => [], - "Skywriter" => [], - "Snippets" => [], - "Socorro" => [], - "Taskcluster" => [], - "Tech Evangelism" => [], - "Testopia" => [], - "Thunderbird" => [], - "Tracking" => [], - "Tree Management" => [], - "Untriaged Bugs" => [], - "Web Apps" => [], - "Web Compatibility" => [], - "Webmaker" => [], - "Websites" => [], - "Webtools" => [], - "addons.mozilla.org" => [], - "mozilla.org" => ["Security Assurance: Review Request"], - "mozillaignite" => [], - "quality.mozilla.org" => [], - "support.mozilla.org" => [], - "www.mozilla.org" => [], + "bugzilla.mozilla.org" => [], + "Community Building" => [], + "Data & BI Services Team" => [], + "Data Compliance" => [], + "Developer Engagement" => [], + "Infrastructure & Operations" => [], + "Marketing" => [], + "mozilla.org" => ["Security Assurance: Review Request"], + "Mozilla Metrics" => [], + "Mozilla PR" => [], + "Mozilla Reps" => [], }, qr/^cf_locale$/ => { "Mozilla Localizations" => ['Other'], |