-
Notifications
You must be signed in to change notification settings - Fork 13.1k
[FIX] Omnichannel Agents unable to take new chats in the queue #20022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make view-livechat-queue default form agents.
renatobecker
approved these changes
Jan 2, 2021
gabriellsh
added a commit
that referenced
this pull request
Jan 4, 2021
…info_page * 'develop' of github.com:RocketChat/Rocket.Chat: (255 commits) Chore: Add tests for the api/licenses.* endpoints (#20041) Language update from LingoHub 🤖 on 2021-01-04Z (#20034) [FIX] Omnichannel Agents unable to take new chats in the queue (#20022) [FIX] Omnichannel Business Hours form is not being rendered (#20007) Language update from LingoHub 🤖 (#20013) Chore: Fix i18n duplicated keys (#19998) [FIX] Agent information panel not rendering (#19965) [FIX] Apps Create Room method with agent not working (#19997) Chore: add tests to api/instances.get endpoint (#19988) Bump version to 3.11.0-develop Bump version to 3.10.0 Bump version to 3.10.0-rc.4 Bump version to 3.10.0-rc.3 Bump version to 3.10.0-rc.2 Bump version to 3.10.0-rc.1 Bump version to 3.10.0-rc.0 Revert "[NEW] Storj integration (#19932)" Regression: polishing licenses endpoints (#19981) Regression: Double Scrollbars on tables (#19980) Regression: Add currently running instance to instances.get endpoint (#19955) ...
sampaiodiego
pushed a commit
that referenced
this pull request
Jan 8, 2021
* Removing possibility of only managers to take queue chats. * Fix Omnichannel permission default. Make view-livechat-queue default form agents. Co-authored-by: Renato Becker <[email protected]>
Merged
sampaiodiego
pushed a commit
that referenced
this pull request
Jan 8, 2021
* Removing possibility of only managers to take queue chats. * Fix Omnichannel permission default. Make view-livechat-queue default form agents. Co-authored-by: Renato Becker <[email protected]>
vanhoang1107
pushed a commit
to vanhoang1107/Rocket.Chat
that referenced
this pull request
Jan 11, 2021
* rocketchat/master: Bump version to 3.10.3 [FIX] User registration updating wrong subscriptions (RocketChat#20128) Bump version to 3.10.2 [FIX] Tabbar is opened (RocketChat#20122) Bump version to 3.10.1 [FIX] Actions from User Info panel (RocketChat#20073) [FIX] Messages being updated when not required after user changes his profile (RocketChat#20114) Custom fields not storing additional form values, fixing label and solving duplicated register. (RocketChat#19953) Fix livechat room breaking after return (RocketChat#20089) [FIX] Omnichannel raw model importing meteor dependency (RocketChat#20093) [FIX] User Audio notification preference not being applied (RocketChat#20061) [FIX] OAuth users being asked to change password on second login (RocketChat#20003) [FIX] Omnichannel Agents unable to take new chats in the queue (RocketChat#20022) [FIX] Omnichannel Business Hours form is not being rendered (RocketChat#20007) [FIX] Agent information panel not rendering (RocketChat#19965) [FIX] Apps Create Room method with agent not working (RocketChat#19997)
Merged
mrsimpson
pushed a commit
to assistify/Rocket.Chat
that referenced
this pull request
Feb 2, 2021
…tChat#20022) * Removing possibility of only managers to take queue chats. * Fix Omnichannel permission default. Make view-livechat-queue default form agents. Co-authored-by: Renato Becker <[email protected]>
jschirrmacher
added a commit
to assistify/Rocket.Chat
that referenced
this pull request
Feb 3, 2021
[FIX] Omnichannel Agents unable to take new chats in the queue (RocketChat#20022)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes (including videos or screenshots)
It was necessary to be a manager to take queue chats from the pending list, so we removed the managers permission from the logic and now the agents also can pick up queue chats.
Issue(s)
Steps to test or reproduce
As an agent:

Try to take a chat from the queue list.
You'll see the chat will be duplicated and the room will be read only.


Further comments