diff --git a/module/program/control.php b/module/program/control.php index b19d657347..063f78ff77 100644 --- a/module/program/control.php +++ b/module/program/control.php @@ -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());