From 6c94f376d915398ffb0a2fc21202430236f49b5f Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 3 Mar 2011 10:40:19 -0800 Subject: [PATCH] Bug 366306: Allow "attachments.thedata" as a boolean chart field name for backwards-compatibility r=mkanat, a=mkanat (module owner) --- Bugzilla/Search.pm | 1 + 1 file changed, 1 insertion(+) 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', -- 2.47.2