* Add resolved and bugconfirmed action for @.
This commit is contained in:
@@ -227,7 +227,7 @@ class webhookModel extends model
|
||||
|
||||
$mobile = '';
|
||||
$email = '';
|
||||
if($actionType == 'assigned')
|
||||
if(in_array($actionType, array('assigned', 'resolved', 'bugconfirmed')))
|
||||
{
|
||||
foreach($users as $user)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user