* [bug#67491,done,1.5h] Fix the issue where system notice do not take effect.

This commit is contained in:
tianshujie
2025-12-03 09:14:08 +08:00
committed by wangyuting
parent dfa24ea0b5
commit 25d3600a29
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ class messageModel extends model
if($toList == 'closed') $toList = '';
if($objectType == 'feedback' && $object->status == 'replied') $toList = ',' . $object->openedBy . ',';
if(in_array($objectType, array('story', 'epic', 'requirement', 'ticket', 'review', 'deploy', 'task', 'feedback', 'reviewissue')) && $actionID)
if(in_array($objectType, array('story', 'epic', 'requirement', 'ticket', 'review', 'deploy', 'task', 'feedback', 'reviewissue', 'bug')) && $actionID)
{
$action = $this->loadModel('action')->getById($actionID);
$toAndCcList = $this->loadModel($objectType)->getToAndCcList($object, $action->action);