diff options
-rw-r--r-- | Bugzilla/Search.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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, |