Skip to content

Commit

Permalink
Bug 1130721: Allow pronouns to be used for the attachment creator in …
Browse files Browse the repository at this point in the history
…Custom Search

r=LpSolit a=glob
  • Loading branch information
aklapper authored and LpSolit committed Feb 23, 2015
1 parent 240dec4 commit a3da37a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bugzilla/Search.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a3da37a

Please sign in to comment.