feat: Allow admins to decide if email transcript should be sent always#32820
feat: Allow admins to decide if email transcript should be sent always#32820
Conversation
|
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 473bc6a The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #32820 +/- ##
===========================================
- Coverage 55.48% 55.47% -0.02%
===========================================
Files 2636 2637 +1
Lines 57365 57391 +26
Branches 11881 11892 +11
===========================================
+ Hits 31831 31836 +5
- Misses 22837 22854 +17
- Partials 2697 2701 +4
Flags with carried forward coverage won't be shown. Click here to find out more. |
apps/meteor/tests/unit/app/livechat/server/lib/parseTranscriptRequest.spec.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Marcos Spessatto Defendi <marcos.defendi@rocket.chat>
apps/meteor/client/views/account/omnichannel/PreferencesConversationTranscript.tsx
Outdated
Show resolved
Hide resolved
|
This PR currently has a merge conflict. Please resolve this and then re-add the |
a1089ee
|
This PR currently has a merge conflict. Please resolve this and then re-add the |
#32820) Co-authored-by: Marcos Spessatto Defendi <marcos.defendi@rocket.chat> Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
Proposed changes (including videos or screenshots)
Added a new setting
Livechat_transcript_send_alwaysthat allows admins to decide if email transcript should be sent all the times when a conversation is closed. This setting bypasses agent's preferences. For this setting to work,Livechat_enable_transcriptshould be off, meaning that visitors will no longer receive the option to decide if they want a transcript or not.Note: When this setting is true, agent's preferences regarding email transcript will be disabled and ignored. The description of the preference was accommodated to let users know about this change.
Issue(s)
https://rocketchat.atlassian.net/browse/CORE-496
Steps to test or reproduce
Further comments