diff options
author | Byron Jones <glob@mozilla.com> | 2015-01-29 14:43:36 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-01-29 14:43:36 +0100 |
commit | ece0cae03492b7240845ac08f005c1a1d9cc862f (patch) | |
tree | 7adab62f9e1dbcb3fcc6ca910124633e5f3828fe /Bugzilla | |
parent | 5cc88fd55c94b5dc9a310ad5c5d87942d4154d3d (diff) | |
download | bugzilla-ece0cae03492b7240845ac08f005c1a1d9cc862f.tar.gz bugzilla-ece0cae03492b7240845ac08f005c1a1d9cc862f.tar.xz |
Bug 1127282: The bug_mentor quicksearch field is impossible to guess
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Search/Quicksearch.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Search/Quicksearch.pm b/Bugzilla/Search/Quicksearch.pm index 00a970292..7c4fc4faf 100644 --- a/Bugzilla/Search/Quicksearch.pm +++ b/Bugzilla/Search/Quicksearch.pm @@ -48,6 +48,7 @@ use constant MAPPINGS => { # People: AssignedTo, Reporter, QA Contact, CC, etc. "assignee" => "assigned_to", "owner" => "assigned_to", + "mentor" => "bug_mentor", # Product, Version, Component, Target Milestone "milestone" => "target_milestone", |