]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 578240 - Re-add "owner" as a quicksearch alias for searching for "assigned_to"
authorReed Loden <reed@reedloden.com>
Fri, 23 Jul 2010 01:55:15 +0000 (20:55 -0500)
committerReed Loden <reed@reedloden.com>
Fri, 23 Jul 2010 01:55:15 +0000 (20:55 -0500)
[r=mkanat a=mkanat]

Bugzilla/Search/Quicksearch.pm

index 17a371c358776dd85990eccf3547371f3fa6d09c..62b6e2fbd1b1393277c06e7488894ef2ccf3af4a 100644 (file)
@@ -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",