* Add dtable sort to testcase::zerocase.

This commit is contained in:
liumengyi
2023-11-01 14:40:17 +08:00
parent 2f1ef5abc6
commit cbf4c7647a
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -203,6 +203,7 @@ class testcase extends control
/* 追加二次排序条件。*/
/* Append id for second sort. */
$sort = common::appendOrder(empty($orderBy) ? 'id_desc' : $orderBy);
if(strpos($sort, 'planTitle') !== false) $sort = str_replace('planTitle', 'plan', $sort);
$this->lang->testcase->featureBar['zerocase'] = $this->lang->testcase->featureBar['browse'];