* Fix productplan back link.
This commit is contained in:
@@ -76,7 +76,9 @@ class program extends control
|
||||
public function kanban()
|
||||
{
|
||||
$this->app->loadLang('release');
|
||||
$this->app->session->set('projectList', $this->app->getURI(true), 'project');
|
||||
|
||||
$this->session->set('projectList', $this->app->getURI(true), 'project');
|
||||
$this->session->set('productPlanList', $this->app->getURI(true), 'product');
|
||||
|
||||
$this->view->title = $this->lang->program->kanban->common;
|
||||
$this->view->kanbanGroup = array_filter($this->program->getKanbanGroup());
|
||||
|
||||
Reference in New Issue
Block a user