Closed
Bug 172045
Opened 23 years ago
Closed 23 years ago
can't see restricted bugs if cc set
Categories
(Bugzilla :: Query/Bug List, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: daa, Assigned: bugreport)
Details
Attachments
(1 file)
757 bytes,
patch
|
daa
:
review+
bbaetz
:
review+
|
Details | Diff | Splinter Review |
bugzilla tip -
restricted bugs with a cc set are blocked from valid group members
Assignee | ||
Comment 1•23 years ago
|
||
Fix in a second
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.18
Assignee | ||
Comment 2•23 years ago
|
||
OK... The bug restrictions do need a DISTINCT after all.
Reporter | ||
Comment 3•23 years ago
|
||
Comment on attachment 101341 [details] [diff] [review]
Patch - one liner
fixes it for me
Attachment #101341 -
Flags: review+
Comment 4•23 years ago
|
||
Don't you need to change Bugzilla:Search, too?
Assignee | ||
Comment 5•23 years ago
|
||
Search already has Distinct and bug_form does not use COUNT at all. (It
traverses groups within a bug rather than scanning bugs for those that have no
restrictions unmet)
Comment 6•23 years ago
|
||
Comment on attachment 101341 [details] [diff] [review]
Patch - one liner
r=bbaetz
Attachment #101341 -
Flags: review+
Assignee | ||
Comment 7•23 years ago
|
||
Checking in globals.pl;
/cvsroot/mozilla/webtools/bugzilla/globals.pl,v <-- globals.pl
new revision: 1.208; previous revision: 1.207
done
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•