Thursday, May 2, 2024
1 change · saas-17.2
Resolved issues and error corrections
A bug in Live Chat could prevent staff from opening portal user records because a permission check was being made in the wrong access context. The fix adjusts that check so the user form opens normally, reducing interruptions for support and administration teams.
Original PR description
Since cb31d4352c741, can’t call `has_group` on another user without the `su` flag Before this commit, trying to open the user form view of a portal user raised an error `You can ony call user.has_group() with your current user`