Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
52aac68c
Commit
52aac68c
authored
Oct 02, 2002
by
bugreport%peshkin.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 172045 can't see restricted bugs if cc set
r=daa,bbaetz
parent
901d9285
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
globals.pl
globals.pl
+1
-1
No files found.
globals.pl
View file @
52aac68c
...
@@ -647,7 +647,7 @@ sub CanSeeBug {
...
@@ -647,7 +647,7 @@ sub CanSeeBug {
my
$query
=
"SELECT bugs.bug_id, reporter, assigned_to, qa_contact,"
.
my
$query
=
"SELECT bugs.bug_id, reporter, assigned_to, qa_contact,"
.
" reporter_accessible, cclist_accessible,"
.
" reporter_accessible, cclist_accessible,"
.
" cc.who IS NOT NULL,"
.
" cc.who IS NOT NULL,"
.
" COUNT(
bug_group_map.group_id
) as cntbugingroups,"
.
" COUNT(
DISTINCT(bug_group_map.group_id)
) as cntbugingroups,"
.
" COUNT(DISTINCT(user_group_map.group_id)) as cntuseringroups"
.
" COUNT(DISTINCT(user_group_map.group_id)) as cntuseringroups"
.
" FROM bugs"
.
" FROM bugs"
.
" LEFT JOIN cc ON bugs.bug_id = cc.bug_id"
.
" LEFT JOIN cc ON bugs.bug_id = cc.bug_id"
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment