This commit is contained in:
holan20180123
2021-04-02 14:33:26 +08:00
parent 47d8b743d5
commit d046d0a2f8
+4
View File
@@ -588,6 +588,8 @@ class my extends control
$this->app->loadClass('pager', $static = true);
$pager = new pager($recTotal, $recPerPage, $pageID);
$this->app->session->set('issueList', $this->app->getURI(true), 'project');
$this->view->title = $this->lang->my->issue;
$this->view->position[] = $this->lang->my->issue;
$this->view->mode = 'issue';
@@ -616,6 +618,8 @@ class my extends control
$this->app->loadClass('pager', $static = true);
$pager = new pager($recTotal, $recPerPage, $pageID);
$this->app->session->set('riskList', $this->app->getURI(true), 'project');
$this->view->title = $this->lang->my->risk;
$this->view->position[] = $this->lang->my->risk;
$this->view->risks = $this->loadModel('risk')->getUserRisks($type, $this->app->user->account, $orderBy, $pager);