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 | |
parent | bb9a274757d624cbf6adaf6b2a2d077ecbd59f76 (diff) | |
download | bugzilla-f0873dabd78216f5a7c40d4a9d63d9c0dc3cd9dc.tar.gz bugzilla-f0873dabd78216f5a7c40d4a9d63d9c0dc3cd9dc.tar.xz |
Bug 1130590: Changes to the new data compliance bug form
-rw-r--r-- | extensions/BMO/lib/Data.pm | 4 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-data-compliance.html.tmpl | 7 |
2 files changed, 9 insertions, 2 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', diff --git a/extensions/BMO/template/en/default/bug/create/create-data-compliance.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-data-compliance.html.tmpl index d1405f459..4306ef0e1 100644 --- a/extensions/BMO/template/en/default/bug/create/create-data-compliance.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-data-compliance.html.tmpl @@ -86,7 +86,7 @@ <input type="hidden" name="comment" id="comment" value=""> <input type="hidden" name="status_whiteboard" id="status_whiteboard" value=""> <input type="hidden" name="bug_file_loc" id="bug_file_loc" value=""> -<input type="hidden" name="groups" id="groups" value="mozilla-employee-confidential"> +<input type="hidden" name="groups" id="groups" value="mozilla-confidential"> <input type="hidden" name="token" value="[% token FILTER html %]"> <div class="head_desc"> @@ -145,7 +145,10 @@ Description </label> <div class="field_desc"> - Describe the data compliance issue. + Describe the data compliance issue: If your request involves changes or + additional data collection, please describe that collection, including + specific fields, where the data will be stored, how long it will be stored, + and who will have access to the data. </div> <textarea name="desc" id="desc" rows="10" cols="60" class="wide"></textarea> </div> |