*
This commit is contained in:
@@ -2083,7 +2083,7 @@ class execution extends control
|
||||
$this->view->productID = $productID;
|
||||
$this->view->branchID = $branchID;
|
||||
$this->view->projectID = $this->loadModel('task')->getProjectID($execution->id);
|
||||
$this->view->allProducts = $this->loadModel('product')->getProductPairsByProject($this->view->projectID, 'noclosed');
|
||||
$this->view->allProducts = $this->product->getProductPairsByProject($this->view->projectID, 'noclosed');
|
||||
$this->view->allPlans = $allPlans;
|
||||
$this->view->kanbanData = $kanbanData;
|
||||
$this->view->executionActions = $executionActions;
|
||||
|
||||
Reference in New Issue
Block a user