* Add the session list and adjust the assetlib link in dynamic.

This commit is contained in:
guanxiying
2021-06-30 18:39:30 +08:00
parent ecb973f9d9
commit 3154474094
3 changed files with 42 additions and 24 deletions
+7
View File
@@ -48,6 +48,13 @@ class action extends control
$this->session->set('researchplanList', $uri, 'project');
$this->session->set('researchreportList', $uri, 'project');
$this->session->set('meetingList', $uri, 'project');
$this->session->set('storyLibList', $uri, 'assetlib');
$this->session->set('issueLibList', $uri, 'assetlib');
$this->session->set('riskLibList', $uri, 'assetlib');
$this->session->set('opportunityLibList', $uri, 'assetlib');
$this->session->set('practiceLibList', $uri, 'assetlib');
$this->session->set('componentLibList', $uri, 'assetlib');
/* Get deleted objects. */
$this->app->loadClass('pager', $static = true);