This commit is contained in:
lanzongjun
2022-09-01 13:20:11 +08:00
parent 4767bcd66f
commit 9a3fd86d66
+1 -1
View File
@@ -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;