diff options
author | Andre Klapper <a9016009@gmx.de> | 2015-02-23 15:27:16 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-02-23 15:27:16 +0100 |
commit | fab5c126b317996c6802d175e196ac11f0171d73 (patch) | |
tree | 78e1a18131fb02e41c68c968ea43b81ba32cb117 /Bugzilla | |
parent | 06b9a3ec0c8c396b083d754797e9d81b5c469e9d (diff) | |
download | bugzilla-fab5c126b317996c6802d175e196ac11f0171d73.tar.gz bugzilla-fab5c126b317996c6802d175e196ac11f0171d73.tar.xz |
Bug 1130721: Implement support for the attachment author for pronoun substitution in Custom Search
Diffstat (limited to 'Bugzilla')
-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, |