mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Include status when linking to notifications page
Without this argument the 'sending' filter doesn’t get highlighted by default.
This commit is contained in:
@@ -114,6 +114,7 @@ def view_notification(service_id, notification_id):
|
||||
'main.view_notifications',
|
||||
service_id=current_service.id,
|
||||
message_type=template.template_type,
|
||||
status='sending,delivered,failed',
|
||||
)
|
||||
|
||||
return render_template(
|
||||
|
||||
Reference in New Issue
Block a user