summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-02-13 19:03:52 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-02-13 19:03:52 +0100
commitf0873dabd78216f5a7c40d4a9d63d9c0dc3cd9dc (patch)
treecde8d9fcfed3ecebd7a38315840f6d20a661a271 /extensions
parentbb9a274757d624cbf6adaf6b2a2d077ecbd59f76 (diff)
downloadbugzilla-f0873dabd78216f5a7c40d4a9d63d9c0dc3cd9dc.tar.gz
bugzilla-f0873dabd78216f5a7c40d4a9d63d9c0dc3cd9dc.tar.xz
Bug 1130590: Changes to the new data compliance bug form
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BMO/lib/Data.pm4
-rw-r--r--extensions/BMO/template/en/default/bug/create/create-data-compliance.html.tmpl7
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>