diff options
author | dklawren <dklawren@users.noreply.github.com> | 2018-08-29 16:40:06 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-29 16:40:05 +0200 |
commit | a68b0d94e176d37e1381f38f235f760ca0a1001d (patch) | |
tree | 13bed29367aa7cadaa161806bdfcb3aff5108077 /extensions/BMO | |
parent | 8f0d6063aa670f01ab1ac25d682589d1978c6e83 (diff) | |
download | bugzilla-a68b0d94e176d37e1381f38f235f760ca0a1001d.tar.gz bugzilla-a68b0d94e176d37e1381f38f235f760ca0a1001d.tar.xz |
Bug 1486369 - please enable "due date" for Firefox -> Security: Review Request compoent
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 30a32c95e..b444d6a24 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -140,6 +140,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Data & BI Services Team" => [], "Data Compliance" => [], "Developer Engagement" => [], + "Firefox" => ["Security: Review Requests"], "Infrastructure & Operations" => [], "Marketing" => [], "mozilla.org" => ["Security Assurance: Review Request"], |