Closed
Bug 715432
Opened 13 years ago
Closed 13 years ago
Cloned bugs will include duplicates in the CC list if the reporter is also CC'd to the bug
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.4
People
(Reporter: reed, Assigned: reed)
References
()
Details
Attachments
(1 file)
642 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
Cloned bugs will include duplicates in the CC list if the reporter is also CC'd to the bug.
Attachment #585976 -
Flags: review?(glob)
![]() |
||
Comment 1•13 years ago
|
||
Duplicated entries will be automatically removed, so this is not an issue.
Comment 2•13 years ago
|
||
Resolving WONTFIX based on comment #1.
Gerv
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•13 years ago
|
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Assignee | ||
Updated•13 years ago
|
Status: REOPENED → ASSIGNED
Comment on attachment 585976 [details] [diff] [review]
patch - v1
r=glob
while it's a cosmetic fix, it looks ugly to have the duplicates in that list.
Attachment #585976 -
Flags: review?(glob) → review+
![]() |
||
Comment 4•13 years ago
|
||
Comment on attachment 585976 [details] [diff] [review]
patch - v1
>+ if ($cloned_bug->reporter->id != $user->id &&
>+ none { $_ eq $cloned_bug->reporter->login } @{$cloned_bug->cc}) {
To follow our Bugzilla guidelines, please move && at the beginning of the next line, and { on its own line:
if (foo
&& bar)
{
....
}
![]() |
||
Updated•13 years ago
|
Flags: approval? → approval+
Target Milestone: --- → Bugzilla 4.4
Assignee | ||
Comment 5•13 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified enter_bug.cgi
Committed revision 8289.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•