diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-11-12 16:16:32 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-11-12 16:16:32 +0100 |
commit | 87a8e85da1d7a6530db29863a9a6e02fd9b67e5d (patch) | |
tree | 0db0fa847bc18ff960df077df05c445ccc66ca5e /extensions/BMO/template/en/default/bug | |
parent | d33dd701c30e2845f4da9a604d24cf23a5dd9c5c (diff) | |
download | bugzilla-87a8e85da1d7a6530db29863a9a6e02fd9b67e5d.tar.gz bugzilla-87a8e85da1d7a6530db29863a9a6e02fd9b67e5d.tar.xz |
Bug 937163 - remove mcoates from the CC list on employee-incident bugs
Diffstat (limited to 'extensions/BMO/template/en/default/bug')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-employee-incident.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-employee-incident.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-employee-incident.html.tmpl index 2bbacdb12..1c1274541 100644 --- a/extensions/BMO/template/en/default/bug/create/create-employee-incident.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-employee-incident.html.tmpl @@ -92,7 +92,7 @@ document.getElementById('product').value = 'mozilla.org'; document.getElementById('component').value = 'Server Operations: Desktop Issues'; document.getElementById('groups').value = 'infra'; - document.getElementById('cc').value = 'mcoates@mozilla.com, jstevensen@mozilla.com, afowler@mozilla.com'; + document.getElementById('cc').value = 'jstevensen@mozilla.com, afowler@mozilla.com'; document.getElementById('bug_severity').value = 'critical'; document.getElementById('display_action').value = 'ldap'; } @@ -100,7 +100,7 @@ document.getElementById('product').value = 'Mozilla Corporation'; document.getElementById('component').value = 'Facilities Management'; document.getElementById('groups').value = 'hr'; - document.getElementById('cc').value = 'dcohen@mozilla.com, mcoates@mozilla.com, jill@mozilla.com'; + document.getElementById('cc').value = 'dcohen@mozilla.com, jill@mozilla.com'; document.getElementById('bug_severity').value = 'normal'; document.getElementById('display_action').value = ''; } |