From a3da37a338f8a5dd133970e3c88a37ca80df59a4 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Mon, 23 Feb 2015 14:54:13 +0100 Subject: [PATCH] Bug 1130721: Allow pronouns to be used for the attachment creator in Custom Search r=LpSolit a=glob --- Bugzilla/Search.pm | 1 + 1 file changed, 1 insertion(+) 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, -- 2.47.2