From 59b5cbcd22e8a9882dbb74b52fb52590ff675ee8 Mon Sep 17 00:00:00 2001 From: daitingting Date: Tue, 20 Mar 2018 15:01:06 +0800 Subject: [PATCH] * Add resolved and bugconfirmed action for @. --- module/webhook/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/webhook/model.php b/module/webhook/model.php index 81a5e6a6a2..4f8e0865ca 100644 --- a/module/webhook/model.php +++ b/module/webhook/model.php @@ -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) {