mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-30 02:49:41 -04:00
Add client_reference to the serialised notification returned for the csv reports.
This commit is contained in:
@@ -1569,6 +1569,7 @@ class Notification(db.Model):
|
||||
serialized = {
|
||||
"row_number": '' if self.job_row_number is None else self.job_row_number + 1,
|
||||
"recipient": self.to,
|
||||
"client_reference": self.client_reference or '',
|
||||
"template_name": self.template.name,
|
||||
"template_type": self.template.template_type,
|
||||
"job_name": self.job.original_file_name if self.job else '',
|
||||
|
||||
Reference in New Issue
Block a user