Closed
Bug 810870
Opened 13 years ago
Closed 13 years ago
Auto-cc should work for needinfo requests as it does for review requests
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: glob)
Details
Attachments
(1 file)
961 bytes,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
I have the "Automatically add me to the CC list of bugs I am requested to review" pref on. When somebody sets needinfo to me, I believe that this should also cc me on the bug. See e.g. bug 799658 where this didn't happen.
i'm not a huge fan of calling $bug->update() recursively, but short of replicating the cc code, i don't see any other way.
Attachment #680620 -
Flags: review?(dkl)
Comment 2•13 years ago
|
||
Comment on attachment 680620 [details] [diff] [review]
patch v1
Review of attachment 680620 [details] [diff] [review]:
-----------------------------------------------------------------
Code looks fine and I assume you tested it. My only concern is that the user preference is worded towards patch 'reviews' and not generically to simply "flags where I am the requestee". We can change that in another bug in the near future. r=dkl
Attachment #680620 -
Flags: review?(dkl) → review+
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.0/
modified extensions/Needinfo/Extension.pm
Committed revision 8378.
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified extensions/Needinfo/Extension.pm
Committed revision 8401.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Extensions: Needinfo → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•