* Finish task#8457.

This commit is contained in:
qiyu-xie
2020-11-25 13:06:05 +08:00
parent 6cdd6d850b
commit fa5bef628a
4 changed files with 16 additions and 11 deletions
+1
View File
@@ -68,6 +68,7 @@ class program extends control
if(common::hasPriv('program', 'pgmcreate')) $this->lang->pageActions = html::a($this->createLink('program', 'pgmcreate'), "<i class='icon icon-sm icon-plus'></i> " . $this->lang->program->PGMCreate, '', "class='btn btn-secondary'");
$this->app->session->set('programList', $this->app->getURI(true));
$this->app->session->set('taskList', $this->app->getURI(true). "?PRJ=6");
$programType = $this->cookie->programType ? $this->cookie->programType : 'bylist';