mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-01 03:04:48 +02:00
Added multi-project feature
This commit is contained in:
@@ -425,7 +425,7 @@ type CreateIssueForm struct {
|
||||
ReviewerIDs string `form:"reviewer_ids"`
|
||||
Ref string `form:"ref"`
|
||||
MilestoneID int64
|
||||
ProjectID int64
|
||||
ProjectIDs string `form:"project_ids"`
|
||||
Content string
|
||||
Files []string
|
||||
AllowMaintainerEdit bool
|
||||
|
||||
Reference in New Issue
Block a user