diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-10-22 16:49:29 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-10-22 16:49:29 -0700 |
commit | ac80bc26485a46b4f2dca7013830e89546fa8d3c (patch) | |
tree | 0c769d3dcccc0cd4b1401a4171a8751cf7cdfa8e /Bugzilla/WebService | |
parent | 8c065446ba365d0899beb1546f396ebba20aa1bc (diff) | |
download | bugs-ac80bc26485a46b4f2dca7013830e89546fa8d3c.tar bugs-ac80bc26485a46b4f2dca7013830e89546fa8d3c.tar.gz bugs-ac80bc26485a46b4f2dca7013830e89546fa8d3c.tar.bz2 bugs-ac80bc26485a46b4f2dca7013830e89546fa8d3c.tar.xz bugs-ac80bc26485a46b4f2dca7013830e89546fa8d3c.zip |
Bug 578513: Rename cc_accessible and reporter_accessible to is_cc_accessible
and is_reporter_accessible in the WebService.
r=timello, a=mkanat
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index bfd5d5c0d..45395ae1e 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -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<reporter_accessible> +=item C<is_creator_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 |