This commit is contained in:
tanghucheng
2023-12-13 20:30:18 -05:00
parent 4617f4043f
commit a6695881de
+2 -1
View File
@@ -556,7 +556,6 @@ class testtask extends control
{
$assignedToList = $this->loadModel('user')->getPairs('noclosed|noletter|nodeleted|qafirst');
}
$showModule = $this->config->datatable->testtaskCases->showModule;
/* Append id for secend sort. */
$sort = common::appendOrder($orderBy, 't2.id');
@@ -590,6 +589,8 @@ class testtask extends control
$case2RunMap = array();
foreach($runs as $run) $case2RunMap[$run->case] = $run->id;
$showModule = $this->loadModel('setting')->getItem("owner={$this->app->user->account}&module=datatable&section=testtaskCases&key=showModule");
$this->view->title = $this->products[$productID] . $this->lang->colon . $this->lang->testtask->cases;
$this->view->position[] = html::a($this->createLink('testtask', 'browse', "productID=$productID"), $this->products[$productID]);
$this->view->position[] = $this->lang->testtask->common;