Merge branch 'sprint/max_tanghucheng_fixbug' into 'master'
* Fix bug. See merge request easycorp/zentaopms!1291
This commit is contained in:
@@ -745,7 +745,7 @@ EOF;
|
||||
$this->view->type = $type;
|
||||
$this->view->issues = $this->loadModel('issue')->getUserIssues($type, $this->app->user->account, $orderBy, $pager);
|
||||
|
||||
$this->view->projectList = $this->loadModel('project')->getPairsByProgram(0);
|
||||
$this->view->projectList = $this->loadModel('project')->getPairsByProgram();
|
||||
|
||||
$this->display();
|
||||
}
|
||||
@@ -778,7 +778,7 @@ EOF;
|
||||
$this->view->type = $type;
|
||||
$this->view->mode = 'risk';
|
||||
|
||||
$this->view->projectList = $this->loadModel('project')->getPairsByProgram(0);
|
||||
$this->view->projectList = $this->loadModel('project')->getPairsByProgram();
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user