From 7ac9d6450d851b59dfae2965198c4b9c99e19e92 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Fri, 28 May 2021 11:30:57 +0800 Subject: [PATCH] * Record return session. --- module/company/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/company/control.php b/module/company/control.php index 75db724344..d5d6cad741 100644 --- a/module/company/control.php +++ b/module/company/control.php @@ -189,6 +189,7 @@ class company extends control $this->session->set('bugList', $uri, 'qa'); $this->session->set('caseList', $uri, 'qa'); $this->session->set('testtaskList', $uri, 'qa'); + $this->session->set('effortList', $uri, 'my'); /* Set the pager. */ $this->app->loadClass('pager', $static = true);