Closed
Bug 937163
Opened 11 years ago
Closed 11 years ago
remove mcoates from the CC list on employee-incident bugs
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: dkl)
Details
mcoates still has an automatic CC from a few places in the employee-incident form:
$ ack mcoates
extensions/BMO/Extension.pm
943: cc => [ 'mcoates@mozilla.com', 'jstevensen@mozilla.com' ],
extensions/BMO/template/en/default/bug/create/create-employee-incident.html.tmpl
95: document.getElementById('cc').value = 'mcoates@mozilla.com, jstevensen@mozilla.com, afowler@mozilla.com';
103: document.getElementById('cc').value = 'dcohen@mozilla.com, mcoates@mozilla.com, jill@mozilla.com';
while this won't be causing any issues as his account is disabled, we should remove his account from those auto-cc lists.
Assignee | ||
Comment 1•11 years ago
|
||
Committed. Do you think this warrants a script to remove him current cc list of bugs? Seems harmless to leave as-is as his account is disabled.
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2modified extensions/BMO/Extension.pm
modified extensions/BMO/template/en/default/bug/create/create-employee-incident.html.tmpl
Committed revision 9136.
Flags: needinfo?(glob)
(In reply to David Lawrence [:dkl] from comment #1)
> Do you think this warrants a script to remove him current cc list of bugs?
no.
Flags: needinfo?(glob)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dkl
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: Extensions: BMO → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•