* Fix release back link.

This commit is contained in:
孙广明
2021-09-14 10:11:08 +08:00
parent 6b53c5380b
commit be91f00d15

View File

@@ -79,6 +79,7 @@ class program extends control
$this->session->set('projectList', $this->app->getURI(true), 'project');
$this->session->set('productPlanList', $this->app->getURI(true), 'product');
$this->session->set('releaseList', $this->app->getURI(true), 'product');
$this->view->title = $this->lang->program->kanban->common;
$this->view->kanbanGroup = array_filter($this->program->getKanbanGroup());