mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Rename endpoint to remove term ‘whitelist’
See c31264d4c for rationale. To avoid confusion the codebase should use
the same terminology as the UI.
This commit is contained in:
@@ -348,7 +348,7 @@ class HeaderNavigation(Navigation):
|
||||
'view_template_version',
|
||||
'no_cookie.view_template_version_preview',
|
||||
'view_template_versions',
|
||||
'whitelist',
|
||||
'guest_list',
|
||||
'who_can_use_notify',
|
||||
'who_its_for',
|
||||
}
|
||||
@@ -480,7 +480,7 @@ class MainNavigation(Navigation):
|
||||
'delivery_status_callback',
|
||||
'received_text_messages_callback',
|
||||
'revoke_api_key',
|
||||
'whitelist',
|
||||
'guest_list',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -975,7 +975,7 @@ class CaseworkNavigation(Navigation):
|
||||
'view_template_version',
|
||||
'no_cookie.view_template_version_preview',
|
||||
'view_template_versions',
|
||||
'whitelist',
|
||||
'guest_list',
|
||||
'who_can_use_notify',
|
||||
'who_its_for',
|
||||
}
|
||||
@@ -1285,7 +1285,7 @@ class OrgNavigation(Navigation):
|
||||
'view_template_version',
|
||||
'no_cookie.view_template_version_preview',
|
||||
'view_template_versions',
|
||||
'whitelist',
|
||||
'guest_list',
|
||||
'who_can_use_notify',
|
||||
'who_its_for',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user