This commit is contained in:
tanghucheng
2023-12-13 20:54:50 -05:00
parent 6ffc917056
commit f7a8e0290a
+1 -1
View File
@@ -292,7 +292,7 @@ class testtaskZen extends testtask
}
$this->setDropMenu($product->id, $testtask);
$showModule = $this->config->testtask->cases->showModule;
$showModule = $this->loadModel('setting')->getItem("owner={$this->app->user->account}&module=testtask&section=cases&key=showModule");
$this->view->title = $product->name . $this->lang->colon . $this->lang->testtask->cases;
$this->view->runs = $this->loadModel('testcase')->appendData($runs, 'run');