-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
dev/core#2914 Fix for incorrect sent count in message #21827
Conversation
(Standard links)
|
5c38cff
to
6c36377
Compare
Tangentially, there is a bit of a UX quirk in how the tallies are reported before sending:
|
@totten " (as you must do)." - I guess I may not understand properly how this form is used as I assumed that would not be the most common way to use the form. |
Added a little note at https://lab.civicrm.org/dev/core/-/issues/2579#note_66389 |
The reason the test fails is because buildQuickForm is when it determines the suppressed emails, and doesn't rebuild it again in some way during submit, so the only way at the moment to get the correct count is via |
Yeah, there are several pageflows that load some variant of this form. One pageflow is to use the main menu to click "Contacts => New Email", which opens a blank email message. So there you need to type the recipient list. AFAIK, all the other pageflows come with some pre-selected recipients. 👍 |
6c36377
to
02a2295
Compare
@demeritcowboy I pushed up a fix for the test - I have some doubt as to the validity of dead people being added to the 'to' before submission but this gets us back to them being filtered out again |
Thanks that seems to work. |
Overview
dev/core#2914 Fix for incorrect sent count in message
Before
count of sent emails doesn't reflect final send
After
Based on final send
Technical Details
@demeritcowboy does this cover it off
Comments