* Code for task #114632, obtain information on the project's charter and roadmap.
This commit is contained in:
@@ -585,6 +585,14 @@ class project extends control
|
||||
}
|
||||
}
|
||||
|
||||
if($this->config->edition == 'ipd')
|
||||
{
|
||||
$charter = $this->loadModel('charter')->getByID($project->charter);
|
||||
|
||||
$this->view->charter = $charter;
|
||||
$this->view->roadmap = !empty($charter) ? $this->loadModel('roadmap')->getByID($charter->roadmap) : new stdclass();
|
||||
}
|
||||
|
||||
$this->executeHooks($projectID);
|
||||
list($userPairs, $userList) = $this->projectZen->buildUsers();
|
||||
|
||||
|
||||
@@ -285,7 +285,7 @@ row
|
||||
)
|
||||
)
|
||||
),
|
||||
div(setClass('flex mt-4'), div(setClass('clip programBox'), $programDom)),
|
||||
div(setClass('flex mt-4 program'), div(setClass('clip programBox'), $programDom)),
|
||||
div(set::className('detail-content mt-4'), html($project->desc))
|
||||
)
|
||||
),
|
||||
@@ -326,6 +326,7 @@ row
|
||||
),
|
||||
h::th
|
||||
(
|
||||
setClass('th-plan'),
|
||||
span
|
||||
(
|
||||
setClass('flex'),
|
||||
|
||||
Reference in New Issue
Block a user