mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Add same changes from issues page to milestone->issues page (#6328)
This commit is contained in:
		
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							583968f274
						
					
				
				
					commit
					c55bdca562
				
			| @@ -635,7 +635,7 @@ func RegisterRoutes(m *macaron.Macaron) { | ||||
| 		}, context.RepoMustNotBeArchived(), reqRepoIssuesOrPullsWriter, context.RepoRef()) | ||||
| 		m.Group("/milestone", func() { | ||||
| 			m.Get("/:id", repo.MilestoneIssuesAndPulls) | ||||
| 		}, reqRepoIssuesOrPullsWriter, context.RepoRef()) | ||||
| 		}, reqRepoIssuesOrPullsReader, context.RepoRef()) | ||||
| 		m.Combo("/compare/*", context.RepoMustNotBeArchived(), reqRepoCodeReader, reqRepoPullsReader, repo.MustAllowPulls, repo.SetEditorconfigIfExists). | ||||
| 			Get(repo.SetDiffViewStyle, repo.CompareAndPullRequest). | ||||
| 			Post(bindIgnErr(auth.CreateIssueForm{}), repo.CompareAndPullRequestPost) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user