mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	able edit issue labels/milestone/assignee
This commit is contained in:
		| @@ -457,9 +457,9 @@ func runWeb(ctx *cli.Context) { | ||||
| 				m.Post("", bindIgnErr(auth.CreateIssueForm{}), repo.UpdateIssue) | ||||
| 				m.Post("/label", repo.UpdateIssueLabel) | ||||
| 				m.Post("/milestone", repo.UpdateIssueMilestone) | ||||
| 				m.Post("/assignee", repo.UpdateAssignee) | ||||
| 				m.Post("/assignee", repo.UpdateIssueAssignee) | ||||
| 				m.Combo("/comments").Post(bindIgnErr(auth.CreateCommentForm{}), repo.NewComment) | ||||
| 			}) | ||||
| 			}, reqRepoAdmin) | ||||
| 		}) | ||||
| 		m.Group("/labels", func() { | ||||
| 			m.Post("/new", bindIgnErr(auth.CreateLabelForm{}), repo.NewLabel) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user