summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-04-29 19:02:13 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2014-04-29 19:02:13 +0200
commit1a8b9441e905a4c0bfefb00ffa8c351a09a55f9a (patch)
treee04919dc82d3de63d0241c54625a6c00fb48d8df /Bugzilla/Bug.pm
parent93477a7adfc3fbba7dd2a3e353f23ef2c8520fa8 (diff)
downloadbugzilla-1a8b9441e905a4c0bfefb00ffa8c351a09a55f9a.tar.gz
bugzilla-1a8b9441e905a4c0bfefb00ffa8c351a09a55f9a.tar.xz
Bug 1001846: When editing cc_accessible using Bug.update, the method should always return is_cc_accessible as being changed
r=dkl a=justdave
Diffstat (limited to 'Bugzilla/Bug.pm')
-rw-r--r--Bugzilla/Bug.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index b66ad1e26..9fa40d10b 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',