Commit e4432567 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean charts…

Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean charts when searching for the flag requestee or the flag setter r=dkl a=LpSolit
parent afae5776
......@@ -321,7 +321,9 @@ use constant SPECIAL_PARSING => {
commenter => \&_contact_pronoun,
qa_contact => \&_contact_pronoun,
reporter => \&_contact_pronoun,
'setters.login_name' => \&_contact_pronoun,
'requestees.login_name' => \&_contact_pronoun,
# Date Fields that accept the 1d, 1w, 1m, 1y, etc. format.
creation_ts => \&_timestamp_translate,
deadline => \&_timestamp_translate,
......
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