mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 17:24:26 +00:00
Fix #522
This commit is contained in:
parent
810ff480b8
commit
91e5c24a31
2
gogs.go
2
gogs.go
@ -17,7 +17,7 @@ import (
|
|||||||
"github.com/gogits/gogs/modules/setting"
|
"github.com/gogits/gogs/modules/setting"
|
||||||
)
|
)
|
||||||
|
|
||||||
const APP_VER = "0.5.4.1004 Beta"
|
const APP_VER = "0.5.4.1005 Beta"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||||
|
@ -102,7 +102,7 @@ func (f *NewSlackHookForm) Validate(ctx *macaron.Context, errs *binding.Errors,
|
|||||||
// \/ \/ \/
|
// \/ \/ \/
|
||||||
|
|
||||||
type CreateIssueForm struct {
|
type CreateIssueForm struct {
|
||||||
IssueName string `form:"title" binding:"Required;MaxSize(50)"`
|
IssueName string `form:"title" binding:"Required;MaxSize(255)"`
|
||||||
MilestoneId int64 `form:"milestoneid"`
|
MilestoneId int64 `form:"milestoneid"`
|
||||||
AssigneeId int64 `form:"assigneeid"`
|
AssigneeId int64 `form:"assigneeid"`
|
||||||
Labels string `form:"labels"`
|
Labels string `form:"labels"`
|
||||||
|
@ -1 +1 @@
|
|||||||
0.5.4.1004 Beta
|
0.5.4.1005 Beta
|
Loading…
Reference in New Issue
Block a user