* Modify upgrade model.php logic.
This commit is contained in:
@@ -272,6 +272,7 @@ class upgrade extends control
|
||||
$this->upgrade->processMergedData(0, $projectID, array(), array($sprintID));
|
||||
}
|
||||
}
|
||||
|
||||
die(js::locate($this->createLink('upgrade', 'mergeProgram', "type=$type"), 'parent'));
|
||||
}
|
||||
|
||||
|
||||
@@ -4198,6 +4198,8 @@ class upgradeModel extends model
|
||||
|
||||
/* If is project admin, have all project priv. */
|
||||
$PRJAdminGroupID = $this->dao->select('id')->from(TABLE_GROUP)->where('role')->eq('PRJAdmin')->fetch('id');
|
||||
|
||||
$this->app->loadLang('group');
|
||||
foreach($this->lang->resource->program as $method => $methodLang)
|
||||
{
|
||||
$data = new stdclass();
|
||||
|
||||
Reference in New Issue
Block a user