This commit is contained in:
2021-04-19 11:40:38 +08:00
committed by jasder
parent f75827bcf0
commit 5a9f29c25f

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