mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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