mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-05 21:23:55 +02:00
add group_id field to repo creation forms
This commit is contained in:
@@ -43,6 +43,7 @@ type CreateRepoForm struct {
|
||||
|
||||
ForkSingleBranch string `binding:"MaxSize(255)"`
|
||||
ObjectFormatName string
|
||||
ParentGroupID int64
|
||||
}
|
||||
|
||||
// Validate validates the fields
|
||||
|
||||
Reference in New Issue
Block a user