Replies: 1 comment 7 replies
-
Read... |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see in modules/lhchat/adminchat.php :
This is preventing users from opening pending chats that have no assigned user.
The code and the error message are confusing because the open_all permission is described as "Allow operator to open all chats, not only assigned to him". It does not mention pending chats and one would assume this allows to open chats in any status. Also one would not assume that this permission is needed to open pending chats that are unassigned.
The problem is that giving the open_all permission then allows users to open pending chats that are assigned to other users and we do not want this.
Beta Was this translation helpful? Give feedback.
All reactions