Fixed unitTypeCode not being used (#6419)
This commit is contained in:
		
							parent
							
								
									b48be1958c
								
							
						
					
					
						commit
						fb2ea06bb1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -238,7 +238,7 @@ func accessLevelUnit(e Engine, user *User, repo *Repository, unitType UnitType) | |||
| 	if err != nil { | ||||
| 		return AccessModeNone, err | ||||
| 	} | ||||
| 	return perm.UnitAccessMode(UnitTypeCode), nil | ||||
| 	return perm.UnitAccessMode(unitType), nil | ||||
| } | ||||
| 
 | ||||
| func hasAccessUnit(e Engine, user *User, repo *Repository, unitType UnitType, testMode AccessMode) (bool, error) { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue