]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1001846: When editing cc_accessible using Bug.update, the method sometimes return...
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 13 Apr 2015 23:23:06 +0000 (01:23 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 13 Apr 2015 23:23:06 +0000 (01:23 +0200)
r=dkl a=justdave

Bugzilla/Bug.pm

index dc45673d37bd562bfd47d0b9005fc391f12ae6fc..71d9209e6903b9275b3b1c1194a3a9d88a5f6f0b 100644 (file)
@@ -262,7 +262,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',