mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
v4 migration, merge 'dev', clean code and mirror fix
This commit is contained in:
@@ -181,7 +181,7 @@ func NewTeamPost(ctx *middleware.Context, form auth.CreateTeamForm) {
|
||||
org := ctx.Org.Organization
|
||||
|
||||
t := &models.Team{
|
||||
OrgId: org.Id,
|
||||
OrgID: org.Id,
|
||||
Name: form.TeamName,
|
||||
Description: form.Description,
|
||||
Authorize: auth,
|
||||
|
Reference in New Issue
Block a user