mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 21:19:38 -04:00
Pass letter logo filename to template preview
We now pass through `filename` to the Template Preview `/preview.<filetype>' endpoint in addition to the `dvla_org_id`. Template Preview will be changed to only use `filename`, and once this has been done, we can change the code to only pass through `dvla_org_id` instead of passing through both pieces of information.
This commit is contained in:
@@ -278,6 +278,7 @@ class Service(dict):
|
||||
'id',
|
||||
'inbound_api',
|
||||
'letter_contact_block',
|
||||
'letter_logo_filename',
|
||||
'message_limit',
|
||||
'name',
|
||||
'organisation_type',
|
||||
|
||||
Reference in New Issue
Block a user