]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1001846: When editing cc_accessible using Bug.update, the method should always...
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 29 Apr 2014 17:06:34 +0000 (19:06 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 29 Apr 2014 17:06:34 +0000 (19:06 +0200)
r=dkl a=justdave

Bugzilla/Bug.pm

index 97e81dfdd18757029aeaf25b5af82165f8c41556..07a1a018ee8fa1555351710ce7cda44f84eea105 100644 (file)
@@ -246,7 +246,6 @@ use constant MAX_LINE_LENGTH => 254;
 # use.)
 use constant FIELD_MAP => {
     blocks           => 'blocked',
-    cc_accessible    => 'cclist_accessible',
     commentprivacy   => 'comment_is_private',
     creation_time    => 'creation_ts',
     creator          => 'reporter',