diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-04-30 21:14:19 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-04-30 21:14:19 +0200 |
commit | 2e2178ab6272bb130c8dd15bb1cc9be50aa75ce4 (patch) | |
tree | 56720f6f605e0f26c58bd25a06a6c451da089e92 | |
parent | f703087eec36da5a957ae5bcd28f3a0e23fde770 (diff) | |
download | bugzilla-2e2178ab6272bb130c8dd15bb1cc9be50aa75ce4.tar.gz bugzilla-2e2178ab6272bb130c8dd15bb1cc9be50aa75ce4.tar.xz |
Bug 750311 - Enable Deadlines Feature for Security Assurance Product/Component
-rw-r--r-- | extensions/BMO/lib/Data.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 798162fbd..4526b7563 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -164,6 +164,9 @@ tie(%$cf_visible_in_products, "Tie::IxHash", }, qw/^cf_due_date$/ => { "Mozilla Reps" => [], + "mozilla.org" => [ + "Security Assurance: Review Needed" + ], }, ); |