From: Andre Klapper Date: Mon, 23 Feb 2015 13:54:13 +0000 (+0100) Subject: Bug 1130721: Allow pronouns to be used for the attachment creator in Custom Search X-Git-Tag: release-5.1.1~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3da37a338f8a5dd133970e3c88a37ca80df59a4;p=thirdparty%2Fbugzilla.git Bug 1130721: Allow pronouns to be used for the attachment creator in Custom Search r=LpSolit a=glob --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index d712d4bb66..a75995e953 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -352,6 +352,7 @@ sub SPECIAL_PARSING { my $map = { # Pronoun Fields (Ones that can accept %user%, etc.) assigned_to => \&_contact_pronoun, + 'attachments.submitter' => \&_contact_pronoun, cc => \&_contact_pronoun, commenter => \&_contact_pronoun, qa_contact => \&_contact_pronoun,