Remove platform admin toggles for email/SMS

Users can do this themselves now.
This commit is contained in:
Chris Hill-Scott
2019-02-01 12:50:59 +00:00
parent 7905b29d64
commit 33f318afec
5 changed files with 0 additions and 70 deletions

View File

@@ -241,10 +241,8 @@ class HeaderNavigation(Navigation):
'service_settings',
'service_sms_senders',
'service_switch_can_choose_postage',
'service_switch_can_send_email',
'service_switch_can_send_precompiled_letter',
'service_switch_can_upload_document',
'service_switch_can_send_sms',
'service_switch_email_auth',
'service_switch_live',
'service_switch_research_mode',
@@ -474,10 +472,8 @@ class MainNavigation(Navigation):
'service_delete_email_reply_to',
'service_delete_sms_sender',
'service_switch_can_choose_postage',
'service_switch_can_send_email',
'service_switch_can_send_precompiled_letter',
'service_switch_can_upload_document',
'service_switch_can_send_sms',
'service_switch_email_auth',
'service_switch_live',
'service_switch_research_mode',
@@ -700,9 +696,7 @@ class CaseworkNavigation(Navigation):
'service_settings',
'service_sms_senders',
'service_switch_can_choose_postage',
'service_switch_can_send_email',
'service_switch_can_send_precompiled_letter',
'service_switch_can_send_sms',
'service_switch_can_upload_document',
'service_switch_email_auth',
'service_switch_live',
@@ -934,10 +928,8 @@ class OrgNavigation(Navigation):
'service_settings',
'service_sms_senders',
'service_switch_can_choose_postage',
'service_switch_can_send_email',
'service_switch_can_send_precompiled_letter',
'service_switch_can_upload_document',
'service_switch_can_send_sms',
'service_switch_email_auth',
'service_switch_live',
'service_switch_research_mode',