dev/core#5629 - case activity send copy has blank details on the email activity filed on the case #31572
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.
Overview
https://lab.civicrm.org/dev/core/-/issues/5629
Before
In 5.71, the case activity message template text version was blanked out. While the sending of the actual email converts the html to text, the code that files the email on the case as an activity never gets a copy of that conversion, so was filing the blanked out text.
After
I chose option 2a, to just use the html. Besides looking nicer when viewing the activity, it's an easier code update.
Technical Details
Comments
This is a little hard to test on the PR test site since it locks outbound mail down to smtp which fails. You used to be able to set it to Redirect to Database and then actions wouldn't fail and you could view it under Archived Mailings. But here's a partial screenshot of what it looks like on my local: