Closed
Bug 288985
Opened 20 years ago
Closed 20 years ago
cannot remove users from the CC list
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
(Keywords: regression)
Attachments
(1 file)
|
851 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
When I try to remove users from the CC list, I get the following message from
ThrowUserError:
Bug processed
The name LpSolit@netscape.net, security@bugzilla.org is not a valid username.
Either you misspelled it, or the person has not registered for a Bugzilla account.
Addresses are not parsed correctly. As it appears on the "Bug processed", I
suspect the problem is in BugMail.pm
| Assignee | ||
Updated•20 years ago
|
Flags: blocking2.20?
Target Milestone: --- → Bugzilla 2.20
Updated•20 years ago
|
Flags: blocking2.20? → blocking2.20+
Keywords: regression
| Assignee | ||
Comment 1•20 years ago
|
||
The CC list taken from the 'bugs_activity' table must be parsed, see
BugMail.pm, line 366!!
| Assignee | ||
Updated•20 years ago
|
Updated•20 years ago
|
Attachment #179601 -
Flags: review? → review+
| Assignee | ||
Updated•20 years ago
|
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 2•20 years ago
|
||
Checking in Bugzilla/BugMail.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/BugMail.pm,v <-- BugMail.pm
new revision: 1.39; previous revision: 1.38
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•