mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-04 08:23:16 +00:00
finish attachments when create issue
This commit is contained in:
@@ -103,6 +103,7 @@ type CreateIssueForm struct {
|
||||
MilestoneID int64
|
||||
AssigneeID int64
|
||||
Content string
|
||||
Attachments []string
|
||||
}
|
||||
|
||||
func (f *CreateIssueForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors {
|
||||
|
Reference in New Issue
Block a user