* Adjust code for task#43913.

This commit is contained in:
dingna
2021-11-04 17:37:26 +08:00
parent ccabbde1e0
commit 708957c6b2
8 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1307,7 +1307,7 @@ class bugModel extends model
$this->config->bug->search['actionURL'] = $actionURL;
$this->config->bug->search['queryID'] = $queryID;
$this->config->bug->search['params']['project']['values'] = $projectParams;
if($this->config->systemMode == 'new') $this->config->bug->search['params']['project']['values'] = $projectParams;
$this->config->bug->search['params']['product']['values'] = $productParams;
$this->config->bug->search['params']['plan']['values'] = $this->loadModel('productplan')->getPairs($productID);
$this->config->bug->search['params']['module']['values'] = $modules;