* Finish task #92318.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user