You need to sign in or sign up before continuing.
Commit 6c94f376 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 366306: Allow "attachments.thedata" as a boolean chart field name for

backwards-compatibility r=mkanat, a=mkanat (module owner)
parent 76243147
...@@ -389,6 +389,7 @@ use constant USER_FIELDS => { ...@@ -389,6 +389,7 @@ use constant USER_FIELDS => {
# Backwards compatibility for times that we changed the names of fields # Backwards compatibility for times that we changed the names of fields
# or URL parameters. # or URL parameters.
use constant FIELD_MAP => { use constant FIELD_MAP => {
'attachments.thedata' => 'attach_data.thedata',
bugidtype => 'bug_id_type', bugidtype => 'bug_id_type',
changedin => 'days_elapsed', changedin => 'days_elapsed',
long_desc => 'longdesc', long_desc => 'longdesc',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment