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