Commit 75608afd authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 174085: Want to be able to query via group in quicksearch - Patch by Teemu…

Bug 174085: Want to be able to query via group in quicksearch - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
parent f8fd2bef
......@@ -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",
......
......@@ -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 -->
......
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