-
Notifications
You must be signed in to change notification settings - Fork 13.7k
[NEW][Enterprise] Omnichannel On-Hold Queue #20945
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
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
7eef8ff
Add settings for on-hold feature
3a73b5c
Add On-Hold Section within Sidebar
f1be061
On hold room UI
97b8bc4
OnHold - Automatic
06033c5
Add Manual on-hold button UI
90f4329
OnHold - manual
2fbcfaf
Handle manual On-Hold event
606d6e9
Add permissions to manual on-hold feature
dda8636
[New] Auto-Close On hold chats
28f6b50
Routing chat when an on-hold get is resumed
e77d930
Apply suggestions from code review
6e8dd1b
Merge branch 'develop' into omnichannel/on-hold
murtaza98 f22ce72
Apply suggestions from code review
b6717b5
Add migration
0160705
Add new endpoint - livechat/placeChatOnHold
d725098
Merge branch 'develop' into omnichannel/on-hold
renatobecker 77f7d01
Merge branch 'develop' into omnichannel/on-hold
renatobecker 5eead6b
Move Resume Button login within livechatReadOnly file
2005de7
Remove timeout on Manual On-Hold feature
1de02d3
Merge branch 'omnichannel/on-hold' of https://github.com/RocketChat/R…
f38eb4e
Apply suggestions from code review
bf2d641
Move resume On-Hold chat logic inside Queue Manager
0fef8ae
Merge branch 'develop' into omnichannel/on-hold
renatobecker 077161d
Apply suggestions from code review
murtaza98 8e3e713
Apply suggestions from code review
161efac
Merge branch 'omnichannel/on-hold' of https://github.com/RocketChat/R…
5ca9cba
Use takeInquiry() to resume On-Hold chats
966dd0d
Fix failing test case
4979234
Merge branch 'develop' into omnichannel/on-hold
murtaza98 c4f60be
Merge branch 'develop' into omnichannel/on-hold
renatobecker 2983087
Minor improvements.
renatobecker 85dbe77
[Regression] Omnichannel On Hold feature - handle following impacted …
16db56a
Fix failing test cases
8b8b9b9
Merge pull request #21240 from RocketChat/omnichannel/on-hold-regression
murtaza98 c1c634e
Revert "[Regression] Omnichannel On hold Queue"
murtaza98 6233fc6
Merge pull request #21242 from RocketChat/revert-21240-omnichannel/on…
murtaza98 7c1765f
Merge branch 'develop' into omnichannel/on-hold
renatobecker 740e14f
Prevent on hold chat from being returned or forwarded
657a3c0
Move checks to Livechat methods
fe51c5c
Add releaseOnHoldChat() method
3126b79
Fix callback returning promise.
renatobecker 7bc2b4f
Merge branch 'develop' into omnichannel/on-hold
renatobecker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,3 +6,4 @@ import './priorities'; | |
| import './tags'; | ||
| import './units'; | ||
| import './business-hours'; | ||
| import './rooms'; | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.