* Finish task #36477.

This commit is contained in:
tianshujie98
2021-03-09 11:26:07 +08:00
parent de3fe54048
commit 523a414eed
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2353,12 +2353,12 @@ class execution extends control
public function dynamic($executionID = 0, $type = 'today', $param = '', $recTotal = 0, $date = '', $direction = 'next')
{
/* Save session. */
$uri = $this->app->getURI(true);
$uri = $this->app->getURI(true);
$this->session->set('productList', $uri);
$this->session->set('productPlanList', $uri);
$this->session->set('releaseList', $uri);
$this->session->set('storyList', $uri);
$this->session->set('executionList', $uri);
$this->session->set('executionList', $uri);
$this->session->set('taskList', $uri);
$this->session->set('buildList', $uri);
$this->session->set('bugList', $uri);