-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
refactor: omnichannel on-hold feature #28252
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
...views/room/components/body/composer/ComposerOmnichannel/hooks/useResumeChatOnHoldMutation.ts
Outdated
Show resolved
Hide resolved
apps/meteor/ee/app/livechat-enterprise/server/hooks/checkAgentBeforeTakeInquiry.ts
Outdated
Show resolved
Hide resolved
...views/room/components/body/composer/ComposerOmnichannel/hooks/useResumeChatOnHoldMutation.ts
Outdated
Show resolved
Hide resolved
apps/meteor/ee/app/livechat-enterprise/server/hooks/checkAgentBeforeTakeInquiry.ts
Outdated
Show resolved
Hide resolved
done with the changes, thanks Alek :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simple and good changes, approving.
This PR currently has a merge conflict. Please resolve this and then re-add the |
43a87b5
Hello @KevLehman @aleksandernsilva @ggazzo Could you please re-approve this PR? Your previous approvals got lost while solving conflicts |
…to fix/slash-stub * 'fix/slash-stub' of github.com:RocketChat/Rocket.Chat: fix: Unable to open Releases inside App info (#29418) ci: improve engagement dashboard selectors (#29541) fix: re-added pagination to department's agents table (#29523) chore: add message body fallback while markup is loading (#29550) fix: spotlight reacts to new rooms (#29547) fix: Emoji being rendered as big (#29493) refactor: omnichannel on-hold feature (#28252) refactor: Livechat Button to TS (#29535)
Proposed changes (including videos or screenshots)
Issue(s)
Also fixes: Resume on-hold chat not working with max-chat's allowed per agent config (OC-529)
Steps to test or reproduce
Further comments
Note: this only fixes the issue in https://rocketchat.atlassian.net/browse/OC-529 which was caused by Subscription collection not having
onHold
prop. I also some further refactoring of the on-hold feature which can be found here -> #28306