* Set the session for the page's return link.

This commit is contained in:
tianshujie
2021-08-27 14:36:27 +08:00
parent b6e0911e30
commit 77ef906b39
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -70,6 +70,7 @@ class program extends control
public function kanban()
{
$this->app->loadLang('release');
$this->app->session->set('projectList', $this->app->getURI(true), 'project');
$this->view->title = $this->lang->program->kanban->common;
$this->view->kanbanGroup = $this->program->getKanbanGroup();