From 34cd31b93ba957ca2d08f01d562947fbe5bd7444 Mon Sep 17 00:00:00 2001 From: zhubaoxin <472455206@qq.com> Date: Tue, 8 Aug 2017 18:03:36 +0800 Subject: [PATCH] * Fix Bug #1162. --- module/testtask/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/testtask/control.php b/module/testtask/control.php index 0d2fd98544..b96dea600a 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -264,6 +264,7 @@ class testtask extends control $this->config->testcase->search['params']['product']['values'] = array($productID => $this->products[$productID], 'all' => $this->lang->testcase->allProduct); $this->config->testcase->search['params']['module']['values'] = $this->loadModel('tree')->getOptionMenu($productID, $viewType = 'case'); + $this->config->testcase->search['queryID'] = $queryID; $this->config->testcase->search['fields']['assignedTo'] = $this->lang->testtask->assignedTo; $this->config->testcase->search['params']['assignedTo'] = array('operator' => '=', 'control' => 'select', 'values' => 'users'); $this->config->testcase->search['actionURL'] = inlink('cases', "taskID=$taskID&browseType=bySearch&queryID=myQueryID");