diff options
author | Matt Tyson <mtyson@redhat.com> | 2014-05-07 10:51:24 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-05-07 10:51:24 +0200 |
commit | ba7d46f3db4dc26e1047cfed039f19e32aa87e2b (patch) | |
tree | a20467c52ef191fa4cf1a30a676a273ea880e47b /Bugzilla | |
parent | a1b6acbd5a520e3499a71aa3500c24815e07c72c (diff) | |
download | bugzilla-ba7d46f3db4dc26e1047cfed039f19e32aa87e2b.tar.gz bugzilla-ba7d46f3db4dc26e1047cfed039f19e32aa87e2b.tar.xz |
Bug 992091: Rename bug 'tag' to 'tags'.
r=glob, a=justdave
Diffstat (limited to 'Bugzilla')
-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 75a0fbdb4..8a549a2b9 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -407,6 +407,7 @@ use constant FIELD_MAP => { bugidtype => 'bug_id_type', changedin => 'days_elapsed', long_desc => 'longdesc', + tags => 'tag', }; # Some fields are not sorted on themselves, but on other fields. |