summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2015-02-23 14:54:13 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-02-23 14:54:13 +0100
commita3da37a338f8a5dd133970e3c88a37ca80df59a4 (patch)
tree590104227c0ddf1c793e3fdc500205c71f3b909e /Bugzilla
parent240dec401db61e0a7db14c9fef1e4dec8c2fbedc (diff)
downloadbugzilla-a3da37a338f8a5dd133970e3c88a37ca80df59a4.tar.gz
bugzilla-a3da37a338f8a5dd133970e3c88a37ca80df59a4.tar.xz
Bug 1130721: Allow pronouns to be used for the attachment creator in Custom Search
r=LpSolit a=glob
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Search.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index d712d4bb6..a75995e95 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,