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');