From c01323fdbb212aac67c07e95a8da7fd73d718087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=8D=8E=E4=BC=9F?= Date: Thu, 3 Mar 2022 09:40:43 +0800 Subject: [PATCH] *Fix bug #20273 . --- module/execution/control.php | 1 - module/execution/view/kanban.html.php | 1 - 2 files changed, 2 deletions(-) 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);