mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Find services by name or partial name
This commit is contained in:
@@ -85,6 +85,7 @@ class HeaderNavigation(Navigation):
|
||||
'create_email_branding',
|
||||
'create_letter_branding',
|
||||
'email_branding',
|
||||
'find_services_by_name',
|
||||
'find_users_by_email',
|
||||
'letter_branding',
|
||||
'live_services',
|
||||
@@ -483,6 +484,7 @@ class MainNavigation(Navigation):
|
||||
'features_letters',
|
||||
'features_sms',
|
||||
'feedback',
|
||||
'find_services_by_name',
|
||||
'find_users_by_email',
|
||||
'forgot_password',
|
||||
'get_example_csv',
|
||||
@@ -701,6 +703,7 @@ class CaseworkNavigation(Navigation):
|
||||
'features_letters',
|
||||
'features_sms',
|
||||
'feedback',
|
||||
'find_services_by_name',
|
||||
'find_users_by_email',
|
||||
'forgot_password',
|
||||
'get_example_csv',
|
||||
@@ -979,6 +982,7 @@ class OrgNavigation(Navigation):
|
||||
'features_letters',
|
||||
'features_sms',
|
||||
'feedback',
|
||||
'find_services_by_name',
|
||||
'find_users_by_email',
|
||||
'forgot_password',
|
||||
'get_example_csv',
|
||||
|
||||
Reference in New Issue
Block a user