mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
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:
parent
fdc712aa2c
commit
1c0a02d89d
@ -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> </td>
|
||||
<td> </td>
|
||||
<td><tt>group</tt></td>
|
||||
<td> </td>
|
||||
<td>Group <i>("bug_group")</i></td>
|
||||
</tr>
|
||||
|
||||
<!-- Attachments -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user