mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 16:43:22 +00:00 
			
		
		
		
	GUACAMOLE-1239: Correct query error in UserPermissionMapper.
This commit is contained in:
		| @@ -139,7 +139,7 @@ | ||||
|                     </foreach> | ||||
|                 </when> | ||||
|                 <otherwise> | ||||
|                     AND (guacamole_user_permission.entity_id, permission, LOWER(affected_entity.name)) IN | ||||
|                     (guacamole_user_permission.entity_id, permission, LOWER(affected_entity.name)) IN | ||||
|                     <foreach collection="permissions" item="permission" | ||||
|                              open="(" separator="," close=")"> | ||||
|                         (#{permission.entityID,jdbcType=INTEGER}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user