From e4432567a931732d06d59ef9b4763e872626ed4f Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 21 Feb 2012 12:52:47 +0100 Subject: 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 --- Bugzilla/Search.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index b21a3b385..cc74afb42 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, -- cgit v1.2.3-24-g4f1b