Browse Source

#2155 fix org max repo limit default to -1

tags/v1.2.0-rc1
Unknwon 10 years ago
parent
commit
5e9781339e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/org.go

+ 1
- 0
models/org.go View File

@@ -109,6 +109,7 @@ func CreateOrganization(org, owner *User) (err error) {
org.LowerName = strings.ToLower(org.Name)
org.FullName = org.Name
org.UseCustomAvatar = true
org.MaxRepoCreation = -1
org.NumTeams = 1
org.NumMembers = 1



Loading…
Cancel
Save