* Remove the testcase review button under the scrum project.

This commit is contained in:
hufangzhou
2021-04-19 14:19:08 +08:00
parent b2c06e65b6
commit 36f166a260
+1
View File
@@ -188,6 +188,7 @@ class testcase extends control
$this->view->moduleTree = $moduleTree;
$this->view->moduleName = $moduleID ? $tree->name : $this->lang->tree->all;
$this->view->moduleID = $moduleID;
$this->view->projectType = !empty($projectID) ? $this->dao->select('model')->from(TABLE_PROJECT)->where('id')->eq($projectID)->fetch('model') : '';
$this->view->summary = $this->testcase->summary($cases);
$this->view->pager = $pager;
$this->view->users = $this->user->getPairs('noletter');