* finish task #41923.

This commit is contained in:
王怡栋
2021-08-25 20:10:03 +08:00
parent a4c23b29f1
commit 4500687de6
4 changed files with 70 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class program extends control
if(common::hasPriv('program', 'create')) $this->lang->pageActions = html::a($this->createLink('program', 'create'), "<i class='icon icon-plus'></i> " . $this->lang->program->create, '', "class='btn btn-primary'");
$this->session->set('programList', $this->app->getURI(true), 'program');
$this->session->set('projectList', $this->app->getURI(true), 'project');
$this->session->set('projectList', $this->app->getURI(true), 'program');
$programType = $this->cookie->programType ? $this->cookie->programType : 'bylist';