summaryrefslogtreecommitdiffstats
path: root/modules/auth/repo_form.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-10 16:52:08 +0800
committerUnknwon <u@gogs.io>2015-08-10 16:52:08 +0800
commit922f3f306239aca309279dbdf1bdedfb9788b6e8 (patch)
tree410c6eb28335f9e0a213da59699053b159f607ea /modules/auth/repo_form.go
parent17de3ab0a313819bdeb73f3985b61a791ae84696 (diff)
downloadgitea-922f3f306239aca309279dbdf1bdedfb9788b6e8.tar.gz
gitea-922f3f306239aca309279dbdf1bdedfb9788b6e8.zip
finish create issue with labels
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r--modules/auth/repo_form.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 3be8e0f8be..d15135c959 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -98,8 +98,8 @@ func (f *NewSlackHookForm) Validate(ctx *macaron.Context, errs binding.Errors) b
// \/ \/ \/
type CreateIssueForm struct {
- Title string `binding:"Required;MaxSize(255)"`
- LabelIDs []int64 `form:"label_id"`
+ Title string `binding:"Required;MaxSize(255)"`
+ LabelIDs string `form:"label_ids"`
MilestoneID int64
AssigneeID int64
Content string