From fab5c126b317996c6802d175e196ac11f0171d73 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Mon, 23 Feb 2015 22:27:16 +0800 Subject: Bug 1130721: Implement support for the attachment author for pronoun substitution in Custom Search --- Bugzilla/Search.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Search.pm') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 7f27e96f8..a33ebc9d2 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -377,6 +377,7 @@ sub SPECIAL_PARSING { my $map = { # Pronoun Fields (Ones that can accept %user%, etc.) assigned_to => \&_contact_pronoun, + 'attachments.submitter' => \&_contact_pronoun, cc => \&_cc_pronoun, commenter => \&_commenter_pronoun, qa_contact => \&_contact_pronoun, -- cgit v1.2.3-24-g4f1b