mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
Remove contact list db, dao, and s3 code
This commit is contained in:
@@ -256,7 +256,6 @@ class ServiceSchema(BaseSchema, UUIDsAsStringsMixin):
|
||||
'annual_billing',
|
||||
'api_keys',
|
||||
'complaints',
|
||||
'contact_list',
|
||||
'created_at',
|
||||
'data_retention',
|
||||
'guest_list',
|
||||
@@ -309,7 +308,6 @@ class DetailedServiceSchema(BaseSchema):
|
||||
'all_template_folders',
|
||||
'annual_billing',
|
||||
'api_keys',
|
||||
'contact_list',
|
||||
'created_by',
|
||||
'email_branding',
|
||||
'email_from',
|
||||
@@ -450,7 +448,6 @@ class JobSchema(BaseSchema):
|
||||
|
||||
template_name = fields.Method('get_template_name', dump_only=True)
|
||||
template_type = fields.Method('get_template_type', dump_only=True)
|
||||
contact_list_id = field_for(models.Job, 'contact_list_id')
|
||||
|
||||
def get_template_name(self, job):
|
||||
return job.template.name
|
||||
|
||||
Reference in New Issue
Block a user