From 1a8b9441e905a4c0bfefb00ffa8c351a09a55f9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Tue, 29 Apr 2014 19:02:13 +0200 Subject: [PATCH] Bug 1001846: When editing cc_accessible using Bug.update, the method should always return is_cc_accessible as being changed r=dkl a=justdave --- Bugzilla/Bug.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index b66ad1e26e..9fa40d10bc 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -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', -- 2.47.2