]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1130721: Allow pronouns to be used for the attachment creator in Custom Search
authorAndre Klapper <a9016009@gmx.de>
Mon, 23 Feb 2015 13:54:13 +0000 (14:54 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 23 Feb 2015 13:54:13 +0000 (14:54 +0100)
r=LpSolit a=glob

Bugzilla/Search.pm

index d712d4bb665564727921cad0a7aabbe37a3c8cd7..a75995e95327bacacad52399cc1d521a50f8d380 100644 (file)
@@ -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,