Bug 174085: Want to be able to query via group in quicksearch - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit

This commit is contained in:
lpsolit%gmail.com 2007-03-16 20:42:23 +00:00
parent fdc712aa2c
commit 1c0a02d89d
2 changed files with 8 additions and 0 deletions

View File

@ -78,6 +78,7 @@ use constant MAPPINGS => {
"sw" => "status_whiteboard",
"keywords" => "keywords", # no change
"kw" => "keywords",
"group" => "bug_group",
# Attachments
"attachment" => "attachments.description",
"attachmentdesc" => "attachments.description",

View File

@ -237,6 +237,13 @@
<td><tt>kw</tt></td>
<td><a href="describekeywords.cgi">Keywords</a></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td><tt>group</tt></td>
<td>&nbsp;</td>
<td>Group <i>("bug_group")</i></td>
</tr>
<!-- Attachments -->