diff --git a/module/execution/control.php b/module/execution/control.php index c977fea306..ec7ffd8eab 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2090,7 +2090,6 @@ class execution extends control $this->view->kanbanData = $kanbanData; $this->view->executionActions = $executionActions; $this->view->kanban = $this->lang->execution->kanban; - $this->view->linkedProducts = $this->product->getProducts($executionID); $this->display(); } diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index 36e95e12c1..1c5e9b50ed 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -257,7 +257,6 @@ js::set('hasTaskButton', $hasTaskButton);