-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
Issue #4947: Update default text of distribution email #4974
base: main
Are you sure you want to change the base?
Issue #4947: Update default text of distribution email #4974
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jasonwang7517 Thanks for this -- and you're on the right track, except that you're displaying the partner's name and we need it to be the bank's name.
Note that the html isn't displaying properly, but we have someone working on that as a separate issue, so it's out of scope.
@@ -328,7 +328,7 @@ | |||
<div class="content"> | |||
|
|||
<!-- START CENTERED WHITE CONTAINER --> | |||
<span class="preheader">Your essentials request has been approved.</span> | |||
<span class="preheader">You have a new distribution from <%= @partner.name %>. Please refer to the attachment for details.</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alas, what we need is the essential bank's name here, and what you have is the partner's name. When you are manually testing, you should see "Pawnee Diaper Bank". Similarly on the text.
The bank's name can be found at @partner.organization.name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, good callout!
Resolves #4947
Description
Type of change
How Has This Been Tested?
Screenshots