]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 992091: Rename bug 'tag' to 'tags'.
authorMatt Tyson <mtyson@redhat.com>
Wed, 7 May 2014 08:51:24 +0000 (16:51 +0800)
committerByron Jones <glob@mozilla.com>
Wed, 7 May 2014 08:51:24 +0000 (16:51 +0800)
r=glob, a=justdave

Bugzilla/Search.pm

index 75a0fbdb45c5d855bd0d6546ffd2e9c0007a89f9..8a549a2b92fd3cf49bf1ca818c0126a6aa69fe36 100644 (file)
@@ -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.