* refactor unitcases function on testtask.

This commit is contained in:
wangyuting
2023-08-28 11:15:06 +08:00
parent 2d90eea159
commit 04e48ed2c8
3 changed files with 56 additions and 72 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ toolbar
(
array
(
$canExport ? array('class' => 'ghost', 'icon' => 'export', 'text' => $lang->export, 'url' => $this->createLink('testcase', 'export', "productID=$productID&orderBy=id&taskID=0&browseType="), 'data-toggle' => 'modal') : null,
$canExport ? array('class' => 'ghost', 'icon' => 'export', 'text' => $lang->export, 'url' => $this->createLink('testcase', 'export', "productID=$productID&orderBy=id&taskID=$taskID&browseType="), 'data-toggle' => 'modal') : null,
array('class' => 'ghost', 'icon' => 'back', 'text' => $lang->goback, 'url' => $this->session->testtaskList ? $this->session->testtaskList : $this->createLink('testtask', 'browseUnits'))
)
)