* Finish task #6462.

This commit is contained in:
Yagami
2019-10-14 09:48:40 +08:00
parent 06738da7b7
commit 71262e445b
+1 -1
View File
@@ -132,7 +132,7 @@ js::set('suiteID', $suiteID);
$actionLink = $this->createLink('testcase', 'batchDelete', "productID=$productID");
$misc = common::hasPriv('testcase', 'batchDelete') ? "onclick=\"confirmBatchDelete('$actionLink')\"" : $class;
echo "<li>" . html::a('#', $lang->delete, '', $misc) . "</li>";
if(common::hasPriv('testcase', 'batchDelete')) echo "<li>" . html::a('#', $lang->delete, '', $misc) . "</li>";
if(common::hasPriv('testcase', 'batchCaseTypeChange'))
{