* Finish task#44404

This commit is contained in:
zenggang
2021-11-23 11:08:15 +00:00
parent 75d5a01783
commit 8d458a0a72
13 changed files with 72 additions and 10 deletions
+1
View File
@@ -163,6 +163,7 @@ class messageModel extends model
if(empty($toList) and $objectType == 'todo') $toList = $object->account;
if(empty($toList) and $objectType == 'testtask') $toList = $object->owner;
if(empty($toList) and $objectType == 'meeting') $toList = $object->host . $object->participant;
if(empty($toList) and $objectType == 'mr') $toList = $object->createdBy . ',' . $object->assignee;
if(empty($toList) and $objectType == 'release')
{
/* Get notifiy persons. */