Commit a3da37a3 authored by Andre Klapper's avatar Andre Klapper Committed by Frédéric Buclin

Bug 1130721: Allow pronouns to be used for the attachment creator in Custom Search

r=LpSolit a=glob
parent 240dec40
...@@ -352,6 +352,7 @@ sub SPECIAL_PARSING { ...@@ -352,6 +352,7 @@ sub SPECIAL_PARSING {
my $map = { my $map = {
# Pronoun Fields (Ones that can accept %user%, etc.) # Pronoun Fields (Ones that can accept %user%, etc.)
assigned_to => \&_contact_pronoun, assigned_to => \&_contact_pronoun,
'attachments.submitter' => \&_contact_pronoun,
cc => \&_contact_pronoun, cc => \&_contact_pronoun,
commenter => \&_contact_pronoun, commenter => \&_contact_pronoun,
qa_contact => \&_contact_pronoun, qa_contact => \&_contact_pronoun,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment