Closed
Bug 828127
Opened 12 years ago
Closed 12 years ago
[Needinfo] One user can needinfo multiple times from the same person
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wachen, Assigned: dkl)
References
Details
Attachments
(1 file)
750 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
https://bugzilla.mozilla.org/show_bug.cgi?id=827535
mvines: needinfo ggrisco@codeaurora.org
shuang: needinfo ggrisco@codeaurora.org
wachen: needinfo ggrisco@codeaurora.org
wachen: needinfo ggrisco@codeaurora.org
Also, one can still add more needinfo from the same person.
Reporter | ||
Comment 1•12 years ago
|
||
There are two aspects of this bug:
1. multiple people requesting from the same person: Acceptable
2. same people requesting multiple times from another person: Strange
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 703582 [details] [diff] [review]
Patch to disallow same requestee muliple times for needinfo (v1)
r=glob, with the following to be fixed on commit:
>+ next if $flag->requestee->login != $needinfo_flag->{requestee};
that needs to be 'ne' not '!='.
Attachment #703582 -
Flags: review?(glob) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Thanks
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.0
modified extensions/Needinfo/Extension.pm
Committed revision 8446.
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified extensions/Needinfo/Extension.pm
Committed revision 8510.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: Extensions: Needinfo → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•