This commit is contained in:
tianshujie
2021-09-01 16:48:30 +08:00
parent 1a871ab3b0
commit 881a6e8ec5
+2
View File
@@ -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;
}