Fix create team, update team missing units (#5188) (#5313)

This commit is contained in:
Lunny Xiao
2018-11-11 12:43:56 -05:00
committed by techknowlogick
parent 297e619074
commit 8670decafb
7 changed files with 128 additions and 2 deletions
+1
View File
@@ -196,5 +196,6 @@ func ToTeam(team *models.Team) *api.Team {
Name: team.Name,
Description: team.Description,
Permission: team.Authorize.String(),
Units: team.GetUnitNames(),
}
}