* testcaseBrowse: add a item of drop-down menu to browse test cases by list.
This commit is contained in:
@@ -147,7 +147,7 @@ featureBar
|
||||
li(btn(setClass('ghost'), set::icon('unfold-all'), $lang->sort))
|
||||
);
|
||||
|
||||
$viewItems = array();
|
||||
$viewItems = array(array('text' => $lang->testcase->listView, 'active' => true));
|
||||
$exportItems = array();
|
||||
$importItems = array();
|
||||
if($canBrowseGroupCase)
|
||||
|
||||
Reference in New Issue
Block a user