From 294efb7fc85cf59c4c90185b15dfa739a7cdbb5b Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Mon, 29 Mar 2021 09:07:42 +0800 Subject: [PATCH] * Fix bug. --- module/user/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/user/control.php b/module/user/control.php index 017e7df0b2..14c6ab1cfd 100644 --- a/module/user/control.php +++ b/module/user/control.php @@ -250,6 +250,7 @@ class user extends control /* Save session. */ $this->session->set('testtaskList', $this->app->getURI(true), 'qa'); + $this->session->set('buildList', $this->app->getURI(true), 'execution'); $this->app->loadLang('testcase');