* finish task #4091.

This commit is contained in:
wangyidong
2018-05-14 14:57:13 +08:00
parent 78be34984f
commit d4af3e2d00
10 changed files with 319 additions and 275 deletions
+3
View File
@@ -174,6 +174,9 @@ class testcase extends control
}
}
$this->app->loadLang('project');
$this->app->loadLang('task');
$this->view->title = $this->products[$productID] . $this->lang->colon . $this->lang->testcase->common;
$this->view->position[] = html::a($this->createLink('testcase', 'groupTask', "productID=$productID&groupBy=$groupBy"), $this->products[$productID]);
$this->view->position[] = $this->lang->testcase->common;