* Finish testtask groupcase zin page.

This commit is contained in:
wangyuting
2023-07-26 11:03:50 +08:00
parent a2b1f09576
commit acf01a403e
6 changed files with 208 additions and 10 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ $canBatchAssign = hasPriv('testtask', 'batchAssign');
$canBatchRun = hasPriv('testtask', 'batchRun');
$canBatchAction = ($canBeChanged && ($canBatchEdit || $canBatchUnlink || $canBatchAssign || $canBatchRun));
$closeLink = $browseType == 'bymodule' ? inlink('cases', "taskID=$task->id&browseType=$browseType&param=0&orderBy=$orderBy&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}") : 'javascript:removeCookieByKey("taskCaseModule")';
$closeLink = $browseType == 'bymodule' ? inlink('cases', "taskID={$task->id}&browseType={$browseType}&param=0&orderBy={$orderBy}&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}") : 'javascript:removeCookieByKey("taskCaseModule")';
sidebar
(
moduleMenu(set(array
@@ -40,7 +40,7 @@ sidebar
/* Process variables of sutie menu. */
$suiteItems = array();
if(empty($suiteList))
if(empty($suites))
{
if($canCreateSuite && (empty($productID) || common::canModify('product', $product)))
{