* Finish task #38375.

This commit is contained in:
tianshujie98
2021-05-27 15:34:58 +08:00
parent 3e97c2111f
commit 2b296ecd42
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -41,6 +41,8 @@ class action extends control
$this->session->set('caseList', $uri, 'qa');
$this->session->set('testtaskList', $uri, 'qa');
$this->session->set('docList', $uri, 'doc');
$this->session->set('opportunityList', $uri, 'project');
$this->session->set('riskList', $uri, 'project');
/* Get deleted objects. */
$this->app->loadClass('pager', $static = true);