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)

4.0.2
defect
Not set
minor

Tracking

()

RESOLVED FIXED
Bugzilla 4.4

People

(Reporter: reed, Assigned: reed)

References

()

Details

Attachments

(1 file)

Attached patch patch - v1Splinter 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)
Duplicated entries will be automatically removed, so this is not an issue.
Resolving WONTFIX based on comment #1. Gerv
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
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+
Flags: approval?
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) { .... }
Flags: approval? → approval+
Target Milestone: --- → Bugzilla 4.4
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/ modified enter_bug.cgi Committed revision 8289.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → FIXED
Blocks: 819330
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: