diff --git a/module/my/view/testcase.html.php b/module/my/view/testcase.html.php index bc463f0dfb..73b4a4e898 100644 --- a/module/my/view/testcase.html.php +++ b/module/my/view/testcase.html.php @@ -43,14 +43,12 @@ app->loadLang('testtask'); - $canBatchRun = (common::hasPriv('testtask', 'batchRun') and $type == 'assigntome'); - $canBatchEdit = (common::hasPriv('testcase', 'batchEdit') and $type == 'assigntome'); - $canBatchAction = ($canBatchRun or $canBatchEdit); + $canBatchEdit = (common::hasPriv('testcase', 'batchEdit') and $type == 'assigntome'); ?> - - + + @@ -80,7 +78,7 @@ ?> - + /> @@ -120,7 +118,7 @@