Skip to content

Commit

Permalink
Bug 1923840 - Searching for bugs containing a mentor times out (504 G…
Browse files Browse the repository at this point in the history
…ateway timeout)
  • Loading branch information
dklawren authored Oct 15, 2024
1 parent f5fc375 commit d4a8f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bugzilla/Search.pm
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ sub SPECIAL_PARSING {
bug_interest_ts => \&_last_visit_datetime,

# BMO - Add ability to use pronoun for bug mentors field
bug_mentor => \&_commenter_pronoun,
bug_mentor => \&_contact_pronoun,

# BMO - add ability to use pronoun for triage owners
triage_owner => \&_triage_owner_pronoun,
Expand Down

0 comments on commit d4a8f03

Please sign in to comment.