Skip to content
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

Mailing Report: when scheduled, displays stats so that we can see recipient count and scheduled date #26378

Merged
merged 1 commit into from
May 30, 2023

Conversation

mlutfy
Copy link
Member

@mlutfy mlutfy commented May 30, 2023

Overview

When a Mailing is Scheduled, CiviCRM kindly informs us that the delivery has not yet begun, and that we maybe have a technical issue if the mailing scheduled date is in the past. However, we cannot see the Scheduled Date from that screen.

So you have to look at the URL, find the "id", and then go back to "mailings" and hover the report links to confirm the Scheduled Date.

Before

image

After

image

Technical Details

I only moved the warning up, restructured the "if/else" (despite the large number of lines changed).

Comments

I have also had feedback from admins that they couldn't see the number of intended recipients until the mailing starts, so it feels fine to show most of the data while it's Scheduled.

@civibot
Copy link

civibot bot commented May 30, 2023

(Standard links)

@civibot civibot bot added the master label May 30, 2023
@mlutfy mlutfy force-pushed the mailingReportScheduled branch from 8ae57e1 to 753b1cf Compare May 30, 2023 15:45
@@ -149,7 +145,7 @@
{/if}

<fieldset>
<legend>{ts}Content / Components{/ts}</legend>
<legend>{ts}Content{/ts}</legend>
Copy link
Member Author

@mlutfy mlutfy May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also did a sneaky update here to remove nerdy jargon.

(this does not break translations, the string "Content" already exists)

image

after:

image

@larssandergreen
Copy link
Contributor

Looks good to go to me on review, r-run shows no issues. Agreed that it is best just to show everything for scheduled mailings.

Like the sneaky update too.

@mlutfy
Copy link
Member Author

mlutfy commented May 30, 2023

thank you @larssandergreen ! I will add merge-ready, since it has been reviewed, but I cannot self-merge.

@mlutfy mlutfy added the merge ready PR will be merged after a few days if there are no objections label May 30, 2023
@colemanw
Copy link
Member

@mlutfy it's perfectly fine to merge a PR that has passed review (even if you are the author!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
master merge ready PR will be merged after a few days if there are no objections
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants