- session->testsuiteList, 'btn btn-link');?>
+ ' . $lang->goback, '', 'btn btn-secondary');?>
id;?>
diff --git a/module/testtask/control.php b/module/testtask/control.php
index d0bee2406a..b954a197fe 100644
--- a/module/testtask/control.php
+++ b/module/testtask/control.php
@@ -94,8 +94,10 @@ class testtask extends control
public function browse($productID = 0, $branch = '', $type = 'local,totalStatus', $orderBy = 'id_desc', $recTotal = 0, $recPerPage = 20, $pageID = 1, $beginTime = 0, $endTime = 0)
{
/* Save session. */
- $this->session->set('testtaskList', $this->app->getURI(true), 'qa');
- $this->session->set('buildList', $this->app->getURI(true), 'execution');
+ $uri = $this->app->getURI(true);
+ $this->session->set('testtaskList', $uri, 'qa');
+ $this->session->set('reportList', $uri, 'qa');
+ $this->session->set('buildList', $uri, 'execution');
$scopeAndStatus = explode(',', $type);
$this->session->set('testTaskVersionScope', $scopeAndStatus[0]);
diff --git a/module/testtask/view/linkcase.html.php b/module/testtask/view/linkcase.html.php
index 357f653f2d..72a3ef474c 100644
--- a/module/testtask/view/linkcase.html.php
+++ b/module/testtask/view/linkcase.html.php
@@ -14,7 +14,7 @@
- session->testtaskList, 'btn btn-link');?>
+ ' . $lang->goback, '', 'btn btn-secondary');?>
testtask->linkCase = $lang->testtask->linkByStory;
diff --git a/module/testtask/view/view.html.php b/module/testtask/view/view.html.php
index ea807c35c1..14fa49a23d 100644
--- a/module/testtask/view/view.html.php
+++ b/module/testtask/view/view.html.php
@@ -15,7 +15,7 @@
session->testtaskList ? $this->session->testtaskList : $this->createLink('testtask', 'browse', "productID=$task->product");?>
-
+ ' . $lang->goback, '', 'btn btn-secondary');?>
id;?>
@@ -49,7 +49,7 @@
-
+ ' . $lang->goback, '', 'btn btn-secondary');?>
deleted):?>