From 87f5ca8e1f74616d9dc36a5f6fe57023444ed25c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 19 Aug 2015 23:14:57 +0800 Subject: able edit issue title --- cmd/web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/web.go b/cmd/web.go index 05daf558..1511d576 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -467,7 +467,7 @@ func runWeb(ctx *cli.Context) { m.Combo("/:index/comments").Post(bindIgnErr(auth.CreateCommentForm{}), repo.NewComment) m.Group("/:index", func() { - m.Post("", bindIgnErr(auth.CreateIssueForm{}), repo.UpdateIssue) + m.Post("/title", repo.UpdateIssueTitle) m.Post("/label", repo.UpdateIssueLabel) m.Post("/milestone", repo.UpdateIssueMilestone) m.Post("/assignee", repo.UpdateIssueAssignee) -- cgit v1.2.3