add: org project field

This commit is contained in:
vilet.yy 2021-04-20 10:49:47 +08:00
parent 1f0388c1a1
commit da98efe04f
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
json.id team_project.id
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.name team_project&.project&.name
json.identifier team_project&.project&.identifier