From a691af31e08c82fe08942b1ab0336f496799924a Mon Sep 17 00:00:00 2001 From: Brian Evans <53117772+mrbrianevans@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:50:06 +0100 Subject: [PATCH 1/3] Add legacy filing description format Legacy filing descriptions have the description in `description_values.description`, so this format shows the description. --- filing_history_descriptions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/filing_history_descriptions.yml b/filing_history_descriptions.yml index 3f25a6e..8a04439 100644 --- a/filing_history_descriptions.yml +++ b/filing_history_descriptions.yml @@ -1110,3 +1110,4 @@ description: 'removal-overseas-entity' : "**Removal** of an overseas entity" 'annual-update-with-made-up-date' : "**Annual update** made on {made_up_date}" 'annual-update' : "{original_description}" + 'legacy': "{description}" From 36d286dcdeef61ca72f2e6b2cc87d12031a93991 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 3 Feb 2025 14:33:17 +0000 Subject: [PATCH 2/3] Remove rogue line from PR --- filing_history_descriptions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/filing_history_descriptions.yml b/filing_history_descriptions.yml index 804a65b..e518051 100644 --- a/filing_history_descriptions.yml +++ b/filing_history_descriptions.yml @@ -1116,5 +1116,4 @@ description: 'annual-update-with-made-up-date' : "**Annual update** made on {made_up_date}" 'annual-update' : "{original_description}" 'legacy': "{description}" - 'default-companies-house-service-address-applied-officer': "**Address of officer** {officer_name} changed to {company_number} - {default_address} on {change_date}" - 'default-companies-house-service-address-applied-psc': "**Address of person with significant control** {psc_name} changed to {company_number} - {default_address} on {change_date}" + 'default-companies-house-service-address-applied-officer': "**Address of officer** {officer_name} changed to {company_number} - {default_address} on {change_date}" \ No newline at end of file From 818684e5dccc1678b201b0470ce43c6750888ea9 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 3 Feb 2025 14:35:29 +0000 Subject: [PATCH 3/3] Add back missing line --- filing_history_descriptions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/filing_history_descriptions.yml b/filing_history_descriptions.yml index e518051..b9cdfc7 100644 --- a/filing_history_descriptions.yml +++ b/filing_history_descriptions.yml @@ -1116,4 +1116,5 @@ description: 'annual-update-with-made-up-date' : "**Annual update** made on {made_up_date}" 'annual-update' : "{original_description}" 'legacy': "{description}" - 'default-companies-house-service-address-applied-officer': "**Address of officer** {officer_name} changed to {company_number} - {default_address} on {change_date}" \ No newline at end of file + 'default-companies-house-service-address-applied-officer': "**Address of officer** {officer_name} changed to {company_number} - {default_address} on {change_date}" + 'default-companies-house-service-address-applied-psc': "**Address of person with significant control** {psc_name} changed to {company_number} - {default_address} on {change_date}" \ No newline at end of file