diff options
author | Byron Jones <bjones@mozilla.com> | 2013-09-17 08:17:13 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-09-17 08:17:13 +0200 |
commit | 160a717a33ff84142355a93702aa5232c9e03671 (patch) | |
tree | 4cc2c7b2f822d8eb4ac2b846210d6108b9e87a75 /extensions/BMO/lib | |
parent | 93389e6f6ac484df747bf8ae6ab209e561248131 (diff) | |
download | bugzilla-160a717a33ff84142355a93702aa5232c9e03671.tar.gz bugzilla-160a717a33ff84142355a93702aa5232c9e03671.tar.xz |
Bug 901122: Create custom entry form for dev-events requests
Diffstat (limited to 'extensions/BMO/lib')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 8083d4706..3a24f4ffd 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -189,9 +189,10 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Toolkit" => [], }, qw/^cf_due_date$/ => { - "Marketing" => [], - "Mozilla Reps" => [], - "mozilla.org" => ["Security Assurance: Review Request"], + "Developer Engagement" => [], + "Marketing" => [], + "mozilla.org" => ["Security Assurance: Review Request"], + "Mozilla Reps" => [], }, qw/^cf_locale$/ => { "www.mozilla.org" => [], |