mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Add the ability to use multiple labels as filters(#5786)
This commit is contained in:
		
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							6a949af8ca
						
					
				
				
					commit
					075649572d
				
			| @@ -656,7 +656,7 @@ func RegisterRoutes(m *macaron.Macaron) { | ||||
|  | ||||
| 	m.Group("/:username/:reponame", func() { | ||||
| 		m.Group("", func() { | ||||
| 			m.Get("/^:type(issues|pulls)$", repo.RetrieveLabels, repo.Issues) | ||||
| 			m.Get("/^:type(issues|pulls)$", repo.Issues) | ||||
| 			m.Get("/^:type(issues|pulls)$/:index", repo.ViewIssue) | ||||
| 			m.Get("/labels/", reqRepoIssuesOrPullsReader, repo.RetrieveLabels, repo.Labels) | ||||
| 			m.Get("/milestones", reqRepoIssuesOrPullsReader, repo.Milestones) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user