* 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);
|
||||
|
||||
@@ -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):?>
|
||||
|
||||
Reference in New Issue
Block a user