* [bug#65782,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-09-25 02:55:39 +00:00
parent add1b9ca13
commit 31d8b6bdc1
+4
View File
@@ -1373,6 +1373,10 @@ class actionModel extends model
$action->objectLabel = $this->lang->project->template;
$action->objectLink = helper::createLink('project', 'execution', "status=undone&projectID={$action->objectID}");
}
elseif($action->objectType == 'project' && $action->action == 'managedeliverable')
{
$action->objectLink = helper::createLink('project', 'deliverable', "projectID={$action->objectID}"); // 交付物链接
}
}
return $actions;
}