From a9ef4789e6730de411203a2da233ff76bc01cbb5 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 4 Jul 2019 14:17:58 +0800 Subject: [PATCH] * finish task #6052. --- module/testtask/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/testtask/control.php b/module/testtask/control.php index 9fb853c21c..13b49d0fa6 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -54,6 +54,7 @@ class testtask extends control { /* Save session. */ $this->session->set('testtaskList', $this->app->getURI(true)); + $this->session->set('buildList', $this->app->getURI(true)); $scopeAndStatus = explode(',',$type); $this->session->set('testTaskVersionScope', $scopeAndStatus[0]);