* adjust lang for branch.

This commit is contained in:
wangyidong
2015-11-02 10:52:04 +08:00
parent 3214cb08ce
commit eee2990ea7
25 changed files with 29 additions and 27 deletions
+1
View File
@@ -149,6 +149,7 @@ class testcase extends control
}
else
{
$this->config->testcase->search['fields']['branch'] = $this->lang->product->branch;
$this->config->testcase->search['params']['branch']['values'] = array('' => '') + $this->loadModel('branch')->getPairs($productID, 'noempty');
}
$this->config->testcase->search['actionURL'] = $this->createLink('testcase', 'browse', "productID=$productID&branch=$branch&browseType=bySearch&queryID=myQueryID");