mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Redirect to the new check tour notification page
After the steps have been completed, redirect them to the new check tour notification page to review their message
This commit is contained in:
@@ -154,6 +154,7 @@ class HeaderNavigation(Navigation):
|
||||
'no_cookie.check_messages_preview',
|
||||
'check_notification',
|
||||
'no_cookie.check_notification_preview',
|
||||
'check_tour_notification',
|
||||
'choose_account',
|
||||
'choose_from_contact_list',
|
||||
'choose_service',
|
||||
@@ -540,6 +541,7 @@ class MainNavigation(Navigation):
|
||||
'check_and_resend_verification_code',
|
||||
'no_cookie.check_messages_preview',
|
||||
'no_cookie.check_notification_preview',
|
||||
'check_tour_notification',
|
||||
'choose_account',
|
||||
'choose_service',
|
||||
'clear_cache',
|
||||
@@ -780,6 +782,7 @@ class CaseworkNavigation(Navigation):
|
||||
'no_cookie.check_messages_preview',
|
||||
'check_notification',
|
||||
'no_cookie.check_notification_preview',
|
||||
'check_tour_notification',
|
||||
'choose_account',
|
||||
'choose_service',
|
||||
'choose_template_to_copy',
|
||||
@@ -1108,6 +1111,7 @@ class OrgNavigation(Navigation):
|
||||
'no_cookie.check_messages_preview',
|
||||
'check_notification',
|
||||
'no_cookie.check_notification_preview',
|
||||
'check_tour_notification',
|
||||
'choose_account',
|
||||
'choose_from_contact_list',
|
||||
'choose_service',
|
||||
|
||||
Reference in New Issue
Block a user