fix
This commit is contained in:
parent
f75827bcf0
commit
5a9f29c25f
|
@ -1,6 +1,6 @@
|
||||||
json.id team.id
|
json.id team.id
|
||||||
json.name team.name
|
json.name team.name
|
||||||
json.nickname team.nickname
|
json.nickname team.nickname.blank? ? team.name : team.nickname
|
||||||
json.description team.description
|
json.description team.description
|
||||||
json.authorize team.authorize
|
json.authorize team.authorize
|
||||||
json.includes_all_project team.includes_all_project
|
json.includes_all_project team.includes_all_project
|
||||||
|
|
Loading…
Reference in New Issue