]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 331925: Unable to use pronouns (%user%, %reporter%, ...) in boolean charts when...
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 21 Feb 2012 11:52:47 +0000 (12:52 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 21 Feb 2012 11:52:47 +0000 (12:52 +0100)
r=dkl a=LpSolit

Bugzilla/Search.pm

index b21a3b3850406fab13e3a01946543cb894c427eb..cc74afb4296c8672a4f1281637bb193e5f84c7c4 100644 (file)
@@ -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,