mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
Merge branch 'master' into add-get-started-page
This commit is contained in:
@@ -192,6 +192,7 @@ class HeaderNavigation(Navigation):
|
||||
'get_notifications_as_json',
|
||||
'get_started',
|
||||
'go_to_dashboard_after_tour',
|
||||
'history',
|
||||
'inbound_sms_admin',
|
||||
'inbox',
|
||||
'inbox_download',
|
||||
@@ -302,7 +303,6 @@ class HeaderNavigation(Navigation):
|
||||
'start_tour',
|
||||
'styleguide',
|
||||
'submit_request_to_go_live',
|
||||
'temp_service_history',
|
||||
'template_history',
|
||||
'template_usage',
|
||||
'trial_mode',
|
||||
@@ -507,6 +507,7 @@ class MainNavigation(Navigation):
|
||||
'get_notifications_as_json',
|
||||
'get_started',
|
||||
'go_to_dashboard_after_tour',
|
||||
'history',
|
||||
'how_to_pay',
|
||||
'inbound_sms_admin',
|
||||
'inbox_download',
|
||||
@@ -579,7 +580,6 @@ class MainNavigation(Navigation):
|
||||
'styleguide',
|
||||
'support',
|
||||
'suspend_service',
|
||||
'temp_service_history',
|
||||
'template_history',
|
||||
'terms',
|
||||
'thanks',
|
||||
@@ -635,9 +635,12 @@ class CaseworkNavigation(Navigation):
|
||||
'view_notifications',
|
||||
'view_notification',
|
||||
},
|
||||
'uploaded-files': {
|
||||
'uploads': {
|
||||
'view_jobs',
|
||||
'view_job',
|
||||
'upload_letter',
|
||||
'uploaded_letter_preview',
|
||||
'uploads',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -732,6 +735,7 @@ class CaseworkNavigation(Navigation):
|
||||
'get_notifications_as_json',
|
||||
'get_started',
|
||||
'go_to_dashboard_after_tour',
|
||||
'history',
|
||||
'how_to_pay',
|
||||
'inbound_sms_admin',
|
||||
'inbox_download',
|
||||
@@ -857,7 +861,6 @@ class CaseworkNavigation(Navigation):
|
||||
'submit_request_to_go_live',
|
||||
'support',
|
||||
'suspend_service',
|
||||
'temp_service_history',
|
||||
'template_history',
|
||||
'template_usage',
|
||||
'terms',
|
||||
@@ -871,9 +874,6 @@ class CaseworkNavigation(Navigation):
|
||||
'two_factor_email_sent',
|
||||
'update_email_branding',
|
||||
'update_letter_branding',
|
||||
'upload_letter',
|
||||
'uploaded_letter_preview',
|
||||
'uploads',
|
||||
'usage',
|
||||
'usage_for_all_services',
|
||||
'user_information',
|
||||
@@ -1020,6 +1020,7 @@ class OrgNavigation(Navigation):
|
||||
'get_notifications_as_json',
|
||||
'get_started',
|
||||
'go_to_dashboard_after_tour',
|
||||
'history',
|
||||
'how_to_pay',
|
||||
'inbound_sms_admin',
|
||||
'inbox',
|
||||
@@ -1141,7 +1142,6 @@ class OrgNavigation(Navigation):
|
||||
'submit_request_to_go_live',
|
||||
'support',
|
||||
'suspend_service',
|
||||
'temp_service_history',
|
||||
'template_history',
|
||||
'template_usage',
|
||||
'terms',
|
||||
|
||||
Reference in New Issue
Block a user