diff --git a/module/execution/control.php b/module/execution/control.php index 47024b7fc6..52c2334b11 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2084,7 +2084,6 @@ class execution extends control $this->view->branchID = $branchID; $this->view->projectID = $this->loadModel('task')->getProjectID($execution->id); $this->view->allProducts = array(0 => '') + $this->loadModel('product')->getProductPairsByProject($this->view->projectID, 'noclosed'); - a($this->view->allProducts); $this->view->allPlans = $allPlans; $this->view->kanbanData = $kanbanData; $this->view->executionActions = $executionActions; diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index 1911587566..1d1f627b7a 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -163,7 +163,15 @@ js::set('hasTaskButton', $hasTaskButton);