]> 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:02:13 +0000 (19:02 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 29 Apr 2014 17:02:13 +0000 (19:02 +0200)
r=dkl a=justdave

Bugzilla/Bug.pm

index b66ad1e26ea0d2ff0c63a9c23bbf6ebf7d276a34..9fa40d10bceaf54a28e2caf02dd6433951cf23bb 100644 (file)
@@ -256,7 +256,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',