This commit is contained in:
2021-04-19 11:40:38 +08:00
parent 1920cb5ce3
commit 9300483c1a

View File

@@ -1,6 +1,6 @@
json.id team.id
json.name team.name
json.nickname team.nickname
json.nickname team.nickname.blank? ? team.name : team.nickname
json.description team.description
json.authorize team.authorize
json.includes_all_project team.includes_all_project