From 60692eda5bb77b3a80bc92a5ecc130b5de6f69d0 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Mon, 13 Nov 2023 16:45:26 +0800 Subject: [PATCH] * Fix bug #40572. --- module/execution/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/execution/control.php b/module/execution/control.php index 5a89ceb7d5..66e1b2ab7f 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -694,6 +694,8 @@ class execution extends control $this->config->bug->search['params']['project']['values'] = array('' => '') + $projects; + $this->config->bug->search['params']['openedBuild']['values'] = $this->loadModel('build')->getBuildPairs($productID, 'all', 'withbranch|releasetag'); + unset($this->config->bug->search['fields']['resolvedBy']); unset($this->config->bug->search['fields']['closedBy']); unset($this->config->bug->search['fields']['status']);