Merge branch dev/bug-63589 of zentao/zentaopms (#9793)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user