From 36f166a2604d3502029960855eeed7faa5b0892c Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Mon, 19 Apr 2021 14:19:08 +0800 Subject: [PATCH] * Remove the testcase review button under the scrum project. --- module/testcase/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/testcase/control.php b/module/testcase/control.php index be07785fb8..17a3a329de 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -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');