add group_id field to repo creation forms

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:20:43 -04:00
parent 92e1da2bd3
commit 902cf739b8
2 changed files with 15 additions and 10 deletions
+1
View File
@@ -43,6 +43,7 @@ type CreateRepoForm struct {
ForkSingleBranch string `binding:"MaxSize(255)"`
ObjectFormatName string
ParentGroupID int64
}
// Validate validates the fields