]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 366306: Allow "attachments.thedata" as a boolean chart field name for
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 3 Mar 2011 18:40:19 +0000 (10:40 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 3 Mar 2011 18:40:19 +0000 (10:40 -0800)
backwards-compatibility
r=mkanat, a=mkanat (module owner)

Bugzilla/Search.pm

index 2bbd4e451d6a5133ee3217cb667ebf686f00c171..578c0e43dd0929e53e21c0f34c4bd48c0695c9ef 100644 (file)
@@ -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',