-
Notifications
You must be signed in to change notification settings - Fork 75
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
22368 Emailer - Add letter attachment to stage 1 AR email #2865
Conversation
Signed-off-by: Hongjing Chen <[email protected]>
Signed-off-by: Hongjing Chen <[email protected]>
@@ -85,7 +92,7 @@ def get_extra_provincials(response: dict): | |||
name = jurisdiction.get('name') | |||
if name: | |||
extra_provincials.append(name) | |||
|
|||
extra_provincials.sort() |
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.
Add sorting so that the order presented in email will match the design.
Signed-off-by: Hongjing Chen <[email protected]>
Quality Gate passedIssues Measures |
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.
LGTM
queue_services/entity-emailer/src/entity_emailer/email_processors/__init__.py
Show resolved
Hide resolved
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.
looks good. thanks for updating the q_cli.py too!
Issue #: /bcgov/entity#22368
Description of changes:
q_cli.py
so that it can inject queue message for furnishings jobTesting
Note that my local testing is based on v2 of legal-api, and the email file can be downloaded at MailHog.
overdue AR without EP registration
overdue AR with EP registration
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).