mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 03:03:13 -04:00
Remove platform admin letter/international buttons
Users can choose whether to have these features on or off now. And a platform admin can still use the same controls to switch the features on or off on behalf of a user. There’s no need for the separate buttons.
This commit is contained in:
@@ -31,9 +31,6 @@ def get_service_settings_page(
|
||||
({'permissions': ['email']}, '.service_switch_can_send_email', {}, 'Stop sending emails'),
|
||||
({'permissions': []}, '.service_switch_can_send_email', {}, 'Allow to send emails'),
|
||||
|
||||
({'permissions': ['letter']}, '.service_switch_can_send_letters', {}, 'Stop sending letters'),
|
||||
({'permissions': []}, '.service_switch_can_send_letters', {}, 'Allow to send letters'),
|
||||
|
||||
({'permissions': ['sms']}, '.service_switch_can_send_sms', {}, 'Stop sending sms'),
|
||||
({'permissions': []}, '.service_switch_can_send_sms', {}, 'Allow to send sms'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user