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 => { ...@@ -78,6 +78,7 @@ use constant MAPPINGS => {
"sw" => "status_whiteboard", "sw" => "status_whiteboard",
"keywords" => "keywords", # no change "keywords" => "keywords", # no change
"kw" => "keywords", "kw" => "keywords",
"group" => "bug_group",
# Attachments # Attachments
"attachment" => "attachments.description", "attachment" => "attachments.description",
"attachmentdesc" => "attachments.description", "attachmentdesc" => "attachments.description",
......
...@@ -237,6 +237,13 @@ ...@@ -237,6 +237,13 @@
<td><tt>kw</tt></td> <td><tt>kw</tt></td>
<td><a href="describekeywords.cgi">Keywords</a></td> <td><a href="describekeywords.cgi">Keywords</a></td>
</tr> </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 --> <!-- 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