From: Frédéric Buclin Date: Tue, 29 Apr 2014 17:06:34 +0000 (+0200) Subject: Bug 1001846: When editing cc_accessible using Bug.update, the method should always... X-Git-Tag: bugzilla-4.4.5~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14208d584e4a7afb6bf0b2654baa797db90ebe72;p=thirdparty%2Fbugzilla.git Bug 1001846: When editing cc_accessible using Bug.update, the method should always return is_cc_accessible as being changed r=dkl a=justdave --- diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 97e81dfdd1..07a1a018ee 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -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',