mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Update who_its_for to who_can_use_notify
This commit is contained in:
+4
-4
@@ -350,7 +350,7 @@ class HeaderNavigation(Navigation):
|
|||||||
'no_cookie.view_template_version_preview',
|
'no_cookie.view_template_version_preview',
|
||||||
'view_template_versions',
|
'view_template_versions',
|
||||||
'whitelist',
|
'whitelist',
|
||||||
'who_its_for',
|
'who_can_use_notify',
|
||||||
}
|
}
|
||||||
|
|
||||||
# header HTML now comes from GOVUK Frontend so requires a boolean, not an attribute
|
# header HTML now comes from GOVUK Frontend so requires a boolean, not an attribute
|
||||||
@@ -668,7 +668,7 @@ class MainNavigation(Navigation):
|
|||||||
'view_provider',
|
'view_provider',
|
||||||
'view_providers',
|
'view_providers',
|
||||||
'no_cookie.view_template_version_preview',
|
'no_cookie.view_template_version_preview',
|
||||||
'who_its_for',
|
'who_can_use_notify',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -977,7 +977,7 @@ class CaseworkNavigation(Navigation):
|
|||||||
'no_cookie.view_template_version_preview',
|
'no_cookie.view_template_version_preview',
|
||||||
'view_template_versions',
|
'view_template_versions',
|
||||||
'whitelist',
|
'whitelist',
|
||||||
'who_its_for',
|
'who_can_use_notify',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1287,5 +1287,5 @@ class OrgNavigation(Navigation):
|
|||||||
'no_cookie.view_template_version_preview',
|
'no_cookie.view_template_version_preview',
|
||||||
'view_template_versions',
|
'view_template_versions',
|
||||||
'whitelist',
|
'whitelist',
|
||||||
'who_its_for',
|
'who_can_use_notify',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user