diff --git a/module/action/model.php b/module/action/model.php index 03821413ed..8b2ebe5258 100755 --- a/module/action/model.php +++ b/module/action/model.php @@ -1195,6 +1195,8 @@ class actionModel extends model if($action->execution) $action->objectLink = helper::createLink('execution', 'team', 'executionID=' . $action->execution); } + if($action->objectType == 'stakeholder' and $action->project == 0) $action->objectLink = ''; + return $action; }