Fix deadlock when deleting team user (#13092)
	
		
	
				
					
				
			`models.getUserRepoPermission(...)` calls `HasOrgVisible` which uses `models.x` potentially outside of the transaction `e` provided as an argument to `getUserRepoPermission`. This PR switches to use `hasOrgVisible(e, ...)`. Fix #12983 Signed-off-by: Andrew Thornton <art27@cantab.net>tokarchuk/v1.17
							parent
							
								
									d65cd5677a
								
							
						
					
					
						commit
						6f2784911f
					
				
					Loading…
					
					
				
		Reference in new issue