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
ac80bc26
You need to sign in or sign up before continuing.
Commit
ac80bc26
authored
Oct 22, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 578513: Rename cc_accessible and reporter_accessible to is_cc_accessible
and is_reporter_accessible in the WebService. r=timello, a=mkanat
parent
8c065446
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Bug.pm
Bugzilla/Bug.pm
+3
-1
Bug.pm
Bugzilla/WebService/Bug.pm
+2
-2
No files found.
Bugzilla/Bug.pm
View file @
ac80bc26
...
...
@@ -258,7 +258,6 @@ use constant MAX_LINE_LENGTH => 254;
# use.)
use
constant
FIELD_MAP
=>
{
blocks
=>
'blocked'
,
is_confirmed
=>
'everconfirmed'
,
cc_accessible
=>
'cclist_accessible'
,
commentprivacy
=>
'comment_is_private'
,
creation_time
=>
'creation_ts'
,
...
...
@@ -267,6 +266,9 @@ use constant FIELD_MAP => {
depends_on
=>
'dependson'
,
dupe_of
=>
'dup_id'
,
id
=>
'bug_id'
,
is_confirmed
=>
'everconfirmed'
,
is_cc_accessible
=>
'cclist_accessible'
,
is_creator_accessible
=>
'reporter_accessible'
,
last_change_time
=>
'delta_ts'
,
platform
=>
'rep_platform'
,
severity
=>
'bug_severity'
,
...
...
Bugzilla/WebService/Bug.pm
View file @
ac80bc26
...
...
@@ -2606,7 +2606,7 @@ pass in an invalid user name.
=back
=item C<cc_accessible>
=item C<
is_
cc_accessible>
C<boolean> Whether or not users in the CC list are allowed to access
the bug, even if they aren't in a group that can normally access the bug.
...
...
@@ -2736,7 +2736,7 @@ normally have permission to file new bugs in that product.
C<string> The full login name of the bug's QA Contact.
=item C<
reporte
r_accessible>
=item C<
is_creato
r_accessible>
C<boolean> Whether or not the bug's reporter is allowed to access
the bug, even if he or she isn't in a group that can normally access
...
...
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