diff options
-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> |