mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
FIX 团队中的项目名称显示问题
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
json.id team_project.id
|
json.id team_project.id
|
||||||
json.project do
|
json.project do
|
||||||
json.owner_name team_project&.project&.owner&.login
|
json.owner_login team_project&.project&.owner&.login
|
||||||
|
json.owner_name team_project&.project&.owner&.real_name
|
||||||
json.owner_image_url url_to_avatar(team_project&.project&.owner)
|
json.owner_image_url url_to_avatar(team_project&.project&.owner)
|
||||||
json.name team_project&.project&.name
|
json.name team_project&.project&.name
|
||||||
json.identifier team_project&.project&.identifier
|
json.identifier team_project&.project&.identifier
|
||||||
|
|||||||
Reference in New Issue
Block a user