Merge branch dev/bug-62920 of zentao/zentaopms (#8962)
This commit is contained in:
@@ -101,8 +101,10 @@ class project extends control
|
||||
/* Set cookie for show all project. */
|
||||
$_COOKIE['showClosed'] = 1;
|
||||
|
||||
$project = $this->project->fetchByID($projectID);
|
||||
|
||||
/* Query user's project and program. */
|
||||
$projects = $this->project->getListByCurrentUser();
|
||||
$projects = $this->project->getListByCurrentUser('*', !$project->isTpl);
|
||||
$involvedProjects = $this->project->getInvolvedListByCurrentUser();
|
||||
$programs = $this->loadModel('program')->getPairs(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user