* Set active item in testtask::browseUnits.
This commit is contained in:
@@ -25,7 +25,7 @@ if($canSwitch)
|
||||
$url = createLink('testcase', 'browse', "productID={$product->id}&branch=&browseType=all¶m=0&caseType={$type}");
|
||||
}
|
||||
|
||||
$caseTypeItems[] = array('text' => $typeName ?: $lang->testcase->allType, 'url' => $url);
|
||||
$caseTypeItems[] = array('text' => $typeName ?: $lang->testcase->allType, 'url' => $url, 'active' => $type == 'unit');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user