mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -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:
@@ -365,8 +365,8 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="bottom-gutter">
|
||||
<a href="{{ url_for('.service_switch_caseworking', service_id=current_service.id) }}" class="button">
|
||||
{{ 'Stop basic view' if 'caseworking' in current_service.permissions else 'Allow basic view' }}
|
||||
<a href="{{ url_for('.service_set_basic_view', service_id=current_service.id) }}" class="button">
|
||||
Set basic view
|
||||
</a>
|
||||
</li>
|
||||
<li class="bottom-gutter">
|
||||
@@ -397,3 +397,4 @@
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user