* Finish task #92318.

This commit is contained in:
tanghucheng
2023-05-15 16:08:03 +00:00
parent 090852083e
commit 3b32ddb33f
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -1122,6 +1122,11 @@ class project extends control
}
$changeStatusHtml .= "</div></div></div>";
if($project->model == 'ipd' and $this->config->edition == 'ipd')
{
$this->view->reviewPoints = $this->loadModel('review')->getReviewPointByProject($projectID);
}
$this->view->executionStats = $executionStats;
$this->view->showToggleIcon = $showToggleIcon;
$this->view->productList = $this->loadModel('product')->getProductPairsByProject($projectID, 'all', '', false);