* 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

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);

View File

@@ -14,6 +14,7 @@
<?php js::set('executionSummary', $lang->execution->executionSummary);?>
<?php js::set('checkedExecutions', $lang->execution->checkedExecutions);?>
<?php js::set('changeStatusHtml', $changeStatusHtml);?>
<?php if($project->model == 'ipd') js::set('reviewPoints', json_encode($reviewPoints));?>
<div id='mainMenu' class='clearfix'>
<div class='btn-toolbar pull-left'>
<?php if($project->division and $project->hasProduct):?>