Skip to content

Commit

Permalink
GUACAMOLE-1239: Correct query error in UserPermissionMapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Nov 3, 2024
1 parent ddd0996 commit cdc4524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit cdc4524

Please sign in to comment.