Merge branch 'sprint/max44_mayue_task#66987' into 'master'
* Finish task #66987. See merge request easycorp/zentaopms!5239
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user