-
Notifications
You must be signed in to change notification settings - Fork 39
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
[MDS-5836] trigger notification report requested #3087
[MDS-5836] trigger notification report requested #3087
Conversation
permit_info_value = self.permit_number + ": " | ||
|
||
subject = "A Report is requested in MineSpace" | ||
due_date = due_date = (self.due_date).strftime("%b %d %Y") if self.due_date else "N/A" |
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.
due_date = due_date = (self.due_date).strftime("%b %d %Y") if self.due_date else "N/A" | |
due_date = (self.due_date).strftime("%b %d %Y") if self.due_date else "N/A" |
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.
@matbusby-fw need your approval again for this.
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.
Awesome work! Just noticed one double assignment of a due date in there.
Quality Gate failed for 'bcgov-sonarcloud_mds_core-api'Failed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
* email notification for report requests * fixing permit view * fix typo
Objective
MDS-5836
Why are you making this change? Provide a short explanation and/or screenshots