Merge branch dev/bug-63589 of zentao/zentaopms (#9793)

This commit is contained in:
刘刚
2025-06-23 17:09:19 +08:00
committed by Gitfox
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -471,6 +471,7 @@ class executionZen extends execution
$lastProduct = '';
foreach($tasks as $taskID => $task)
{
$task->status = $this->processStatus('testtask', $task);
$task->rowspan = 0;
if($lastProduct !== $task->product)
{
+1
View File
@@ -1736,6 +1736,7 @@ class projectZen extends project
$lastProduct = '';
foreach($tasks as $taskID => $task)
{
$task->status = $this->processStatus('testtask', $task);
$task->rowspan = 0;
if($lastProduct !== $task->product)
{
+2
View File
@@ -115,6 +115,8 @@ class testtask extends control
$users = $this->loadModel('user')->getPairs('noclosed|noletter');
foreach($testtasks as $testtask)
{
$testtask->status = $this->processStatus('testtask', $testtask);
if(empty($testtask->members)) continue;
$members = array();