This commit is contained in:
hufangzhou
2021-07-19 11:26:54 +08:00
parent c2e541b71f
commit 5e153036fb
+1 -1
View File
@@ -92,7 +92,7 @@ js::set('dittoNotice', $dittoNotice);
<?php
$members = array('' => '', 'ditto' => $this->lang->task->ditto);
$teamAccounts = !empty($executionTeams[$tasks[$taskID]->execution]) ? array_keys($executionTeams[$tasks[$taskID]->execution]) : array();
foreach($teamAccounts as $teamAccount) $members[$teamAccount] = $users[$teamAccount];
foreach($teamAccounts as $teamAccount) $members[$teamAccount] = zget($users, $teamAccount);
$members['closed'] = 'Closed';
$taskMembers = array();