summaryrefslogtreecommitdiffstats
path: root/modules/auth/repo_form.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-06 10:36:16 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-06 10:36:32 -0400
commit91e5c24a314170490139d661a921d94b8ab0555b (patch)
tree81388fd9bc6226cd4288792c81d3fac606fa440a /modules/auth/repo_form.go
parent810ff480b8025fb5e949ea21780d9445ec288c70 (diff)
downloadgitea-91e5c24a314170490139d661a921d94b8ab0555b.tar.gz
gitea-91e5c24a314170490139d661a921d94b8ab0555b.zip
Fix #522
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r--modules/auth/repo_form.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 233f7b1063..df5b8b69fb 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -102,7 +102,7 @@ func (f *NewSlackHookForm) Validate(ctx *macaron.Context, errs *binding.Errors,
// \/ \/ \/
type CreateIssueForm struct {
- IssueName string `form:"title" binding:"Required;MaxSize(50)"`
+ IssueName string `form:"title" binding:"Required;MaxSize(255)"`
MilestoneId int64 `form:"milestoneid"`
AssigneeId int64 `form:"assigneeid"`
Labels string `form:"labels"`