From 85469bca874dc21f18e793b0747075998198e12a Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 12 May 2022 16:34:23 +0800 Subject: [PATCH] * Fix bug #22436. --- module/action/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/action/control.php b/module/action/control.php index 604a4a8e8d..2df3d88288 100755 --- a/module/action/control.php +++ b/module/action/control.php @@ -49,6 +49,7 @@ 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('designList', $uri, 'project'); $this->session->set('storyLibList', $uri, 'assetlib'); $this->session->set('issueLibList', $uri, 'assetlib'); $this->session->set('riskLibList', $uri, 'assetlib');