From 75faca9e87fd723821cfd7a1be43c7e6f32e390e Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 27 Aug 2021 16:21:43 +0800 Subject: [PATCH] * Revert commit. --- module/testsuite/control.php | 4 +--- module/testsuite/view/linkcase.html.php | 3 +-- module/testsuite/view/view.html.php | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/module/testsuite/control.php b/module/testsuite/control.php index b4c506037f..2fd00bc077 100644 --- a/module/testsuite/control.php +++ b/module/testsuite/control.php @@ -294,11 +294,10 @@ class testsuite extends control * @param int $recTotal * @param int $recPerPage * @param int $pageID - * @param string $from * @access public * @return void */ - public function linkCase($suiteID, $param = 0, $recTotal = 0, $recPerPage = 20, $pageID = 1, $from = 'browse') + public function linkCase($suiteID, $param = 0, $recTotal = 0, $recPerPage = 20, $pageID = 1) { /* Save session. */ $this->session->set('caseList', $this->app->getURI(true), 'qa'); @@ -342,7 +341,6 @@ class testsuite extends control $this->view->suiteID = $suiteID; $this->view->pager = $pager; $this->view->suite = $suite; - $this->view->from = $from; $this->display(); } diff --git a/module/testsuite/view/linkcase.html.php b/module/testsuite/view/linkcase.html.php index 28a1f6d3aa..e70bb6b157 100644 --- a/module/testsuite/view/linkcase.html.php +++ b/module/testsuite/view/linkcase.html.php @@ -15,8 +15,7 @@ global->flow);?>