mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Allow custom notes when service goes live
This adds an option on the organisation settings page to add 'request_to_go_live_notes'. When a service belonging to this organisation requests to go live, any go live notes for the organisation will be added to the Zendesk ticket in the 'Agreement signed' section.
This commit is contained in:
@@ -166,6 +166,7 @@ class HeaderNavigation(Navigation):
|
||||
'edit_organisation_domains',
|
||||
'edit_organisation_email_branding',
|
||||
'edit_organisation_letter_branding',
|
||||
'edit_organisation_go_live_notes',
|
||||
'edit_organisation_name',
|
||||
'edit_organisation_type',
|
||||
'edit_provider',
|
||||
@@ -451,6 +452,7 @@ class MainNavigation(Navigation):
|
||||
'edit_organisation_crown_status',
|
||||
'edit_organisation_email_branding',
|
||||
'edit_organisation_domains',
|
||||
'edit_organisation_go_live_notes',
|
||||
'edit_organisation_letter_branding',
|
||||
'edit_organisation_name',
|
||||
'edit_organisation_type',
|
||||
@@ -630,6 +632,7 @@ class CaseworkNavigation(Navigation):
|
||||
'edit_organisation_crown_status',
|
||||
'edit_organisation_domains',
|
||||
'edit_organisation_email_branding',
|
||||
'edit_organisation_go_live_notes',
|
||||
'edit_organisation_letter_branding',
|
||||
'confirm_edit_organisation_name',
|
||||
'confirm_edit_user_email',
|
||||
@@ -854,6 +857,7 @@ class OrgNavigation(Navigation):
|
||||
'edit_organisation_email_branding',
|
||||
'edit_organisation_letter_branding',
|
||||
'edit_organisation_domains',
|
||||
'edit_organisation_go_live_notes',
|
||||
'edit_organisation_name',
|
||||
'edit_organisation_type',
|
||||
'organisation_preview_email_branding',
|
||||
|
||||
Reference in New Issue
Block a user