From 4afeac075b27e3e228884a7c1dfbfd2f7bdeaf44 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Tue, 17 Aug 2021 13:06:27 +0800 Subject: [PATCH] * Fix bug #14395. --- module/project/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/project/control.php b/module/project/control.php index 2fca3520ce..9f459212e9 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -609,6 +609,7 @@ class project extends control } $this->project->setMenu($projectID); + $this->session->set('projectList', $this->app->getURI(true), 'project'); $products = $this->loadModel('product')->getProducts($projectID); $linkedBranches = array();