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:
David McDonald
2020-09-30 13:39:37 +01:00
parent c2a691e6d9
commit 9347c9a979
3 changed files with 22 additions and 11 deletions

View File

@@ -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',