From: Max Kanat-Alexander Date: Thu, 3 Mar 2011 18:40:19 +0000 (-0800) Subject: Bug 366306: Allow "attachments.thedata" as a boolean chart field name for X-Git-Tag: bugzilla-4.1.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c94f376d915398ffb0a2fc21202430236f49b5f;p=thirdparty%2Fbugzilla.git Bug 366306: Allow "attachments.thedata" as a boolean chart field name for backwards-compatibility r=mkanat, a=mkanat (module owner) --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 2bbd4e451d..578c0e43dd 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -389,6 +389,7 @@ use constant USER_FIELDS => { # Backwards compatibility for times that we changed the names of fields # or URL parameters. use constant FIELD_MAP => { + 'attachments.thedata' => 'attach_data.thedata', bugidtype => 'bug_id_type', changedin => 'days_elapsed', long_desc => 'longdesc',