* Add groupcase zin page.

This commit is contained in:
wangyuting
2023-07-13 15:07:31 +08:00
parent 60fe7b1a5c
commit 76756ace63
5 changed files with 85 additions and 8 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ toolbar
) : null,
);
if($rawMethod != 'zerocase' && $rawMethod != 'browseunits')
if($rawMethod != 'zerocase' && $rawMethod != 'browseunits' && $rawMethod != 'groupcase')
{
$settingLink = $canManageModule ? createLink('tree', 'browse', "productID=$productID&view=case&currentModuleID=0&branch=0&from={$app->tab}") : '';
$closeLink = createLink($currentModule, $currentMethod, $projectParam . "productID=$productID&branch=$branch&browseType=$browseType&param=0&caseType=&orderBy=$orderBy&recTotal=0&recPerPage={$pager->recPerPage}");