From 9acef59ced0f3a0d0dd304a320f6b129a4ee8f33 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Wed, 23 Mar 2022 13:31:52 +0800 Subject: [PATCH] * Fix bug #17053. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index 916ddde0c9..83dfb857ea 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -613,7 +613,7 @@ class execution extends control $bugModules = array(); foreach($products as $productID => $productName) { - $productModules = $this->tree->getOptionMenu($productID, 'bug', 0); + $productModules = $this->tree->getOptionMenu($productID, 'bug', 0, 'all'); foreach($productModules as $moduleID => $moduleName) { if(empty($moduleID))