This commit is contained in:
zenggang
2021-07-14 13:42:30 +08:00
parent 20945e92ef
commit 182b8217f3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1329,7 +1329,7 @@ class execution extends control
$this->view->position[] = $this->view->title;
$this->view->executions = array('' => '') + $this->execution->getList($projectID);
$this->view->groups = $this->loadModel('group')->getPairs();
$this->view->allProducts = array(0 => '') + $this->loadModel('product')->getProductPairsByProject($projectID);
$this->view->allProducts = array(0 => '') + $this->loadModel('product')->getProductPairsByProject($projectID, 'noclosed');
$this->view->acl = $acl;
$this->view->plan = $plan;
$this->view->name = $name;