* Remove useless code.
This commit is contained in:
@@ -358,20 +358,6 @@ class programTest
|
||||
return $this->program->getKanbanStatisticData($programs);
|
||||
}
|
||||
|
||||
/**
|
||||
* 处理项目集看板中产品数据。
|
||||
* Process product data in program Kanban.
|
||||
*
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function processProductsForKanbanTest(): array
|
||||
{
|
||||
$programs = $this->program->getTopPairs('noclosed');
|
||||
list($productGroup, $planGroup, $releaseGroup, $projectGroup, $doingExecutions, ) = $this->program->getKanbanStatisticData($programs);
|
||||
return $this->program->processProductsForKanban($productGroup, $planGroup, $releaseGroup, $projectGroup, $doingExecutions);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取项目/执行的所属项目集ID。
|
||||
* Get the programID of the project/execution.
|
||||
|
||||
Reference in New Issue
Block a user