mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	Backport #22513 Co-authored-by: Brecht Van Lommel <brecht@blender.org>
This commit is contained in:
		
					parent
					
						
							
								4b3e456afa
							
						
					
				
			
			
				commit
				
					
						fa33271157
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -786,7 +786,8 @@ func setTemplateIfExists(ctx *context.Context, ctxDataKey string, possibleFiles
 | 
			
		|||
			}
 | 
			
		||||
 | 
			
		||||
		}
 | 
			
		||||
		if !strings.HasPrefix(template.Ref, "refs/") { // Assume that the ref intended is always a branch - for tags users should use refs/tags/<ref>
 | 
			
		||||
 | 
			
		||||
		if template.Ref != "" && !strings.HasPrefix(template.Ref, "refs/") { // Assume that the ref intended is always a branch - for tags users should use refs/tags/<ref>
 | 
			
		||||
			template.Ref = git.BranchPrefix + template.Ref
 | 
			
		||||
		}
 | 
			
		||||
		ctx.Data["HasSelectedLabel"] = len(labelIDs) > 0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue