remove broadcast-related code

This commit is contained in:
stvnrlly
2022-10-04 03:04:13 +00:00
parent 40dacb61c9
commit f16b5dd1c4
104 changed files with 279 additions and 38608 deletions

View File

@@ -31,11 +31,9 @@ class Service(JSONModel, SortByNameMixin):
ALLOWED_PROPERTIES = {
'active',
'allowed_broadcast_provider',
'billing_contact_email_addresses',
'billing_contact_names',
'billing_reference',
'broadcast_channel',
'consent_to_research',
'contact_link',
'count_as_live',
@@ -61,7 +59,6 @@ class Service(JSONModel, SortByNameMixin):
'email',
'sms',
'letter',
'broadcast',
)
ALL_PERMISSIONS = TEMPLATE_TYPES + (
@@ -71,7 +68,6 @@ class Service(JSONModel, SortByNameMixin):
'international_letters',
'international_sms',
'upload_document',
'broadcast',
)
@classmethod