Merge branch 'sprint/max44_mayue_task#66987' into 'master'

* Finish task #66987.

See merge request easycorp/zentaopms!5239
This commit is contained in:
孙广明
2022-09-01 05:40:54 +00:00
+5
View File
@@ -1626,6 +1626,11 @@ class actionModel extends model
$action->objectLink = helper::createLink('reviewissue', 'view', "project=$project&issueID=$action->objectID");
}
if($action->objectType == 'review')
{
$action->objectLink = helper::createLink('review', 'view', "reviewID=$action->objectID");
}
return $action;
}