diff options
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r-- | modules/auth/repo_form.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index d15135c9..1f2ba3b7 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -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 { |