Fix #10570 - Email Signature Compose View Issues #10571
Open
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.
Description
Email signatures will sometimes remove the email thread when replying to an email.
Email signatures elements that are on an email thread will also be replaced by the users email signature.
Email signatures will occasionally not be added to the email if the From fields have not been fully loaded in.
From fields can fail to load due to php82 fatal errors
Includes fixes proposed by @JackBuchanan in #9746
Motivation and Context
Email is an integral part of the CRM system and these inconsistencies are causing issues using the Email module for sending emails. This should provide consistency in how emails are loaded on the Compose and reply to views. Additional improvements could be made once this consistency is established.
How To Test This
Alternative for non-thread related issues
Types of changes
Final checklist