Commit ada3eeea authored by Reed Loden's avatar Reed Loden

Bug 578240 - Re-add "owner" as a quicksearch alias for searching for "assigned_to"

[r=mkanat a=mkanat]
parent 4518c70b
...@@ -43,6 +43,7 @@ use constant MAPPINGS => { ...@@ -43,6 +43,7 @@ use constant MAPPINGS => {
# People: AssignedTo, Reporter, QA Contact, CC, etc. # People: AssignedTo, Reporter, QA Contact, CC, etc.
"assignee" => "assigned_to", "assignee" => "assigned_to",
"owner" => "assigned_to",
# Product, Version, Component, Target Milestone # Product, Version, Component, Target Milestone
"milestone" => "target_milestone", "milestone" => "target_milestone",
......
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