mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 05:11:41 +01:00 
			
		
		
		
	Fix loadRepository error when access user dashboard (#31719)
This commit is contained in:
		
							parent
							
								
									e0a408e6f3
								
							
						
					
					
						commit
						7b388630ec
					
				| @ -211,6 +211,10 @@ func (status *CommitStatus) LocaleString(lang translation.Locale) string { | ||||
| 
 | ||||
| // HideActionsURL set `TargetURL` to an empty string if the status comes from Gitea Actions | ||||
| func (status *CommitStatus) HideActionsURL(ctx context.Context) { | ||||
| 	if status.RepoID == 0 { | ||||
| 		return | ||||
| 	} | ||||
| 
 | ||||
| 	if status.Repo == nil { | ||||
| 		if err := status.loadRepository(ctx); err != nil { | ||||
| 			log.Error("loadRepository: %v", err) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user