diff options
Diffstat (limited to 'Bugzilla/Search.pm')
-rw-r--r-- | Bugzilla/Search.pm | 1 |
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', |