Closed
Bug 422465
Opened 18 years ago
Closed 17 years ago
cloning a bug should cc the original reporter if the cloner isn't the reporter
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement, P2)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: timeless, Assigned: nbezzala)
Details
Attachments
(2 files, 4 obsolete files)
|
1.27 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
|
1.64 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
see bug 422287 and bug 422137 comment 10
Updated•18 years ago
|
Severity: normal → enhancement
OS: Windows XP → All
Hardware: PC → All
Updated•18 years ago
|
Whiteboard: [Good Intro Bug]
Comment 2•17 years ago
|
||
Attachment #351967 -
Flags: review?(guy.pyrzak)
Updated•17 years ago
|
Attachment #351967 -
Flags: review?(guy.pyrzak)
Comment 3•17 years ago
|
||
Comment on attachment 351967 [details] [diff] [review]
Proposed Patch
Wrong bug.
Attachment #351967 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•17 years ago
|
||
Attachment #354668 -
Flags: review?(mkanat)
Updated•17 years ago
|
Attachment #354668 -
Flags: review?(mkanat) → review-
Comment 5•17 years ago
|
||
Comment on attachment 354668 [details] [diff] [review]
cloning a bug should cc the original reporter if the cloner isn't the reporter
Don't you think it would be confusing to have a comma-separated list and then suddenly another item with a space? This is what join() is for. Also, put the reporter at the beginning, so people notice. You're doing something that the user didn't explicitly ask you to do, so it needs to be obvious.
| Assignee | ||
Comment 6•17 years ago
|
||
Attachment #354668 -
Attachment is obsolete: true
Attachment #354780 -
Flags: review?(mkanat)
Comment 7•17 years ago
|
||
Comment on attachment 354780 [details] [diff] [review]
Added reporter in the beggining, used join
It's their login that goes there, not their email. (Sometimes these are different things.)
Also, you should just be comparing user ids, not their emails.
Attachment #354780 -
Flags: review?(mkanat) → review-
| Assignee | ||
Comment 8•17 years ago
|
||
Attachment #354780 -
Attachment is obsolete: true
Attachment #354833 -
Flags: review?(mkanat)
Updated•17 years ago
|
Attachment #354833 -
Flags: review?(mkanat) → review-
Comment 9•17 years ago
|
||
Comment on attachment 354833 [details] [diff] [review]
Used login and id instead of email
You should be joining with a comma. Did you see comment 5?
| Assignee | ||
Comment 10•17 years ago
|
||
Yes, I saw comment 5, but I thought you were explaining why I should use join. Also, I didn't join with a comma because the line above didn't use a comma. Now, I've changed both the lines.
Attachment #354833 -
Attachment is obsolete: true
Attachment #354919 -
Flags: review?(mkanat)
Updated•17 years ago
|
Attachment #354919 -
Flags: review?(mkanat) → review+
Comment 11•17 years ago
|
||
Comment on attachment 354919 [details] [diff] [review]
joining with a comma
Looks good.
Updated•17 years ago
|
Flags: approval+
Target Milestone: --- → Bugzilla 3.4
Comment 12•17 years ago
|
||
Please attach a working patch:
patch: **** unexpected end of file in patch
The context is clearly wrong.
Assignee: create-and-change → nbezzala
Whiteboard: [Good Intro Bug]
| Assignee | ||
Comment 13•17 years ago
|
||
Attachment #355104 -
Flags: review?(LpSolit)
Updated•17 years ago
|
Attachment #355104 -
Flags: review?(LpSolit) → review+
Comment 14•17 years ago
|
||
Comment on attachment 355104 [details] [diff] [review]
i think the context is correct now. sorry.
OK, the patch applies cleanly now. Carrying forward mkanat's r+ (my r+ is just to mean the patch applies cleanly).
Comment 15•17 years ago
|
||
Checking in enter_bug.cgi;
/cvsroot/mozilla/webtools/bugzilla/enter_bug.cgi,v <-- enter_bug.cgi
new revision: 1.167; previous revision: 1.166
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•