diff options
author | David Lawrence <dkl@mozilla.com> | 2015-02-13 19:03:52 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-02-13 19:03:52 +0100 |
commit | f0873dabd78216f5a7c40d4a9d63d9c0dc3cd9dc (patch) | |
tree | cde8d9fcfed3ecebd7a38315840f6d20a661a271 /extensions/BMO/lib/Data.pm | |
parent | bb9a274757d624cbf6adaf6b2a2d077ecbd59f76 (diff) | |
download | bugzilla-f0873dabd78216f5a7c40d4a9d63d9c0dc3cd9dc.tar.gz bugzilla-f0873dabd78216f5a7c40d4a9d63d9c0dc3cd9dc.tar.xz |
Bug 1130590: Changes to the new data compliance bug form
Diffstat (limited to 'extensions/BMO/lib/Data.pm')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 521f585d9..cedc2571a 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -226,6 +226,10 @@ our %group_auto_cc = ( # Force create-bug template by product # Users in 'include' group will be forced into using the form. our %create_bug_formats = ( + 'Data Compliance' => { + 'format' => 'data-compliance', + 'include' => 'everyone', + }, 'Mozilla Developer Network' => { 'format' => 'mdn', 'include' => 'everyone', |