-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
[NEW][ENTERPRISE] Omnichannel multiple business hours #17947
Merged
Merged
Conversation
This file contains 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
…ffice-hours' into improvements/refactor-livechat-office-hours
…multiple-business-hours
renatobecker
previously approved these changes
Jun 21, 2020
ee/app/livechat-enterprise/client/views/app/customTemplates/businessHoursCustomFieldsForm.html
Show resolved
Hide resolved
renatobecker
approved these changes
Jun 22, 2020
gabriellsh
added a commit
that referenced
this pull request
Jun 22, 2020
…prune_discussions * 'develop' of github.com:RocketChat/Rocket.Chat: Remove useLazyRef hook usage (#18003) [FIX] User is prompted to reset their password when logging in with OAuth provider (#18001) [FIX] Missing i18n key for setting: Verify Email for External Accounts (#18002) Regression: Cannot save avatar change on admin (#17999) [NEW][ENTERPRISE] Omnichannel multiple business hours (#17947) [FIX] New Omnichannel Past Chats list padding (#17994)
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
This PR adds the ability to add multiple
Business Hours
configurations. EachBusiness Hours
configuration can be associated with multipleDepartments
.In addition, both
Single
andMultiple
configurations support different timezones.Issue(s)
How to test or reproduce
Screenshots
New setting to define the behavior of the new Business Hours system:
Single Business Hours configuration:
List of existing Business Hours:
Multiple Business Hours configuration:
Types of changes
Checklist
Changelog
This implementation adds the ability to set up multiple
Business Hours
configurations. A new setting will define the behavior of theBusiness Hours
system. There are two options available:Business Hours
configurations. This option is suitable when then Teams of agents are grouped per department. Each department is allowed to have just oneBusiness Hour
configuration.Another long-awaited feature launched by this implementation is the ability to define different timezones by
Business hours
.Further comments