-
Notifications
You must be signed in to change notification settings - Fork 13k
[FIX] Omnichannel enabled setting not working when creating rooms #24067
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
murtaza98
merged 7 commits into
develop
from
fix/omnichannel-enabled-setting-not-working
Jan 3, 2022
Merged
[FIX] Omnichannel enabled setting not working when creating rooms #24067
murtaza98
merged 7 commits into
develop
from
fix/omnichannel-enabled-setting-not-working
Jan 3, 2022
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
sampaiodiego
requested changes
Dec 30, 2021
sampaiodiego
approved these changes
Jan 3, 2022
sampaiodiego
pushed a commit
that referenced
this pull request
Jan 5, 2022
…4067) * Fix omnichannel enabled setting not working when creating rooms * Revert changes to translation file * Apply suggestions from code review
Merged
gabriellsh
added a commit
that referenced
this pull request
Jan 19, 2022
…hat into improve/setup-wizard * 'improve/setup-wizard' of github.com:RocketChat/Rocket.Chat: Regression: Fix handling of http requests in apps bridge (#24211) Bump version to 4.3.2 [FIX] Integration section crashing opening in My Account (#24068) Chore: Update Apps-Engine to 1.29.2 (#24171) [FIX] App Framework Enable hanging indefinitely (#24158) [FIX] CSV Importer failing to import users (#24090) Fix Engagement Dashboard API requests (#24142) [FIX] MAU when using micro services (#24204) [IMPROVE] Limit recent emojis to 27 (#24210) Bump version to 4.3.1 Bump Fuselage packages [FIX][APPS] Action buttons not removed when app is disabled or uninstalled (#24107) [FIX][APPS] Prevents emails from being sent when apps framework is disabled (#24105) [FIX] Ensure Firefox 91 ESR support (#24096) Chore: Update Livechat (#24091) [FIX] Omnichannel enabled setting not working when creating rooms (#24067) [FIX] Enter not working on modal's multi-line input (#23981) [FIX] Omnichannel Current chats pagination not working (#24039)
Merged
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)
Issue(s)
Steps to test or reproduce
Turn off Omnichannel from Admin -> Omnichannel

The start an omnichannel conversation from anywhere like LiveChat, API, app, etc. The simplest way would be to go to
{serverUrl}/livechatand send a message.Before: The conversation will be started
Expected Behaviour: An error should be thrown stating that omnichannel is disabled
Further comments