summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2011-03-03 19:40:19 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-03-03 19:40:19 +0100
commit6c94f376d915398ffb0a2fc21202430236f49b5f (patch)
tree9cbba0f33a3ff36092a39d082e902a07ce17aea7 /Bugzilla/Search.pm
parent76243147c028c485d8b01c164570daa749c590e8 (diff)
downloadbugzilla-6c94f376d915398ffb0a2fc21202430236f49b5f.tar.gz
bugzilla-6c94f376d915398ffb0a2fc21202430236f49b5f.tar.xz
Bug 366306: Allow "attachments.thedata" as a boolean chart field name for
backwards-compatibility r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'Bugzilla/Search.pm')
-rw-r--r--Bugzilla/Search.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 2bbd4e451..578c0e43d 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',