summaryrefslogtreecommitdiffstats
path: root/extensions/BMO
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-04-30 21:14:19 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-04-30 21:14:19 +0200
commit2e2178ab6272bb130c8dd15bb1cc9be50aa75ce4 (patch)
tree56720f6f605e0f26c58bd25a06a6c451da089e92 /extensions/BMO
parentf703087eec36da5a957ae5bcd28f3a0e23fde770 (diff)
downloadbugzilla-2e2178ab6272bb130c8dd15bb1cc9be50aa75ce4.tar.gz
bugzilla-2e2178ab6272bb130c8dd15bb1cc9be50aa75ce4.tar.xz
Bug 750311 - Enable Deadlines Feature for Security Assurance Product/Component
Diffstat (limited to 'extensions/BMO')
-rw-r--r--extensions/BMO/lib/Data.pm3
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"
+ ],
},
);