mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 17:25:27 +01:00 
			
		
		
		
	issues list can show filtered by owner/org instead of repo too (#550)
close #551 Co-authored-by: Sysoev, Vladimir <vladimir.sysoev@sarov-itc.ru> Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/550 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: vsysoev <vsysoev@noreply.gitea.com> Co-committed-by: vsysoev <vsysoev@noreply.gitea.com>
This commit is contained in:
		| @@ -71,6 +71,10 @@ var IssueListingFlags = append([]cli.Flag{ | ||||
| 		Name:    "mentions", | ||||
| 		Aliases: []string{"M"}, | ||||
| 	}, | ||||
| 	&cli.StringFlag{ | ||||
| 		Name:    "owner", | ||||
| 		Aliases: []string{"org"}, | ||||
| 	}, | ||||
| 	&cli.StringFlag{ | ||||
| 		Name:    "from", | ||||
| 		Aliases: []string{"F"}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 vsysoev
					vsysoev