From 34f6cbfc2a13295d2c8ab33f17ddbca27337b18b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 11 Aug 2015 23:24:40 +0800 Subject: finish attachments when create issue --- modules/auth/repo_form.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/auth/repo_form.go') diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index d15135c959..1f2ba3b784 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 { -- cgit v1.2.3