Merge branch 'sprint/master_lanzongjun_fixbug' into 'master'
fix code See merge request easycorp/zentaopms!5237
This commit is contained in:
@@ -1623,7 +1623,7 @@ class actionModel extends model
|
||||
if($action->objectType == 'reviewissue')
|
||||
{
|
||||
$project = $this->dao->select('project')->from(TABLE_REVIEWISSUE)->where('id')->eq($action->objectID)->fetch('project');
|
||||
$action->objectLink = helper::createLink('reviewissue', 'view', "project=$project&issudID=$action->objectID");
|
||||
$action->objectLink = helper::createLink('reviewissue', 'view', "project=$project&issueID=$action->objectID");
|
||||
}
|
||||
|
||||
return $action;
|
||||
|
||||
Reference in New Issue
Block a user