Skip to content

Commit

Permalink
Bug 1059419: Needinfo-ing a mentor doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
dklawren committed Jan 29, 2015
1 parent ece0cae commit 89d3199
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/Needinfo/Extension.pm
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ sub bug_start_of_update {
$requestees{$requestee_obj->login} = 1;
}
}
# Requestee is a mentor
elsif ($needinfo_role
&& Bugzilla::User->check({ name => $needinfo_role, cache => 1 }))
{
$requestees{$needinfo_role} = 1;
}

# Find out if the requestee has already been used and skip if so
my $requestee_found;
Expand Down

0 comments on commit 89d3199

Please sign in to comment.