diff options
author | Reed Loden <reed@reedloden.com> | 2010-07-23 03:54:02 +0200 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2010-07-23 03:54:02 +0200 |
commit | ada3eeeaeb8b7d1f942599583052594a54353911 (patch) | |
tree | 6c6a834f4a01a6eed9bd4caf57c3f8bc3021d1e7 /Bugzilla | |
parent | 4518c70b3f058c88b5ff74798d44c95e3e8bd112 (diff) | |
download | bugzilla-ada3eeeaeb8b7d1f942599583052594a54353911.tar.gz bugzilla-ada3eeeaeb8b7d1f942599583052594a54353911.tar.xz |
Bug 578240 - Re-add "owner" as a quicksearch alias for searching for "assigned_to"
[r=mkanat a=mkanat]
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 17a371c35..62b6e2fbd 100644 --- a/Bugzilla/Search/Quicksearch.pm +++ b/Bugzilla/Search/Quicksearch.pm @@ -43,6 +43,7 @@ use constant MAPPINGS => { # People: AssignedTo, Reporter, QA Contact, CC, etc. "assignee" => "assigned_to", + "owner" => "assigned_to", # Product, Version, Component, Target Milestone "milestone" => "target_milestone", |