]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 578513: Rename cc_accessible and reporter_accessible to is_cc_accessible
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 22 Oct 2010 23:50:38 +0000 (16:50 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 22 Oct 2010 23:50:38 +0000 (16:50 -0700)
and is_reporter_accessible in the WebService.
r=timello, a=mkanat

Bugzilla/Bug.pm
Bugzilla/WebService/Bug.pm

index 87c53f0d28175b69247540c6f0a4be40d13b523d..baca92bf0de30aed7165efc22d4a26b6e5c0e75d 100644 (file)
@@ -266,7 +266,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',
@@ -275,6 +274,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',
index 5206f7705da6202e01b4c9d07c20317b8d1e9936..7d455a25ab938c06111cc3e16434c316b3c0d880 100644 (file)
@@ -2619,7 +2619,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.
@@ -2749,7 +2749,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