From: Frédéric Buclin Date: Tue, 21 Feb 2012 11:52:47 +0000 (+0100) Subject: Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean charts when... X-Git-Tag: bugzilla-4.3.1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4432567a931732d06d59ef9b4763e872626ed4f;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index b21a3b3850..cc74afb429 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -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,