From 2f57e614d49fb6186210854ee20d5f6c51acc8f9 Mon Sep 17 00:00:00 2001 From: liuhong Date: Fri, 13 Jan 2023 07:15:23 +0000 Subject: [PATCH] * Fix bug #29324 --- module/kanban/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/kanban/control.php b/module/kanban/control.php index 1070aef18e..ad818eafd1 100644 --- a/module/kanban/control.php +++ b/module/kanban/control.php @@ -1197,6 +1197,7 @@ class kanban extends control $pager = new pager($recTotal, $recPerPage, $pageID); $productPairs = $this->product->getPairs('', 0, '', 'all'); + $productPairs = array($this->lang->kanban->allProducts) + $productPairs; $selectedProductID = empty($selectedProductID) ? key($productPairs) : $selectedProductID; /* Waterfall project has no plan. */