Merge branch 'master_bug_29324' into 'master'

* Fix bug #29324

See merge request easycorp/zentaopms!6767
This commit is contained in:
孙广明
2023-01-13 08:34:58 +00:00
+1
View File
@@ -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. */