mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Remove platform admin toggle for basic view
Since platform admins can use the new settings page, this commit: - links to that page - removes the platform-admin-only endpoint that switches basic view on and off
This commit is contained in:
@@ -44,11 +44,6 @@ def get_service_settings_page(
|
||||
({'permissions': []},
|
||||
'.service_switch_can_upload_document', {}, 'Allow to upload documents'),
|
||||
|
||||
({'permissions': []},
|
||||
'.service_switch_caseworking', {}, 'Allow basic view'),
|
||||
({'permissions': ['caseworking']},
|
||||
'.service_switch_caseworking', {}, 'Stop basic view'),
|
||||
|
||||
({'permissions': ['sms']}, '.service_set_inbound_number', {'set_inbound_sms': True}, 'Allow inbound sms'),
|
||||
|
||||
({'active': True}, '.archive_service', {}, 'Archive service'),
|
||||
|
||||
Reference in New Issue
Block a user