From 2bf7e0464465ce1c2d8ecabaa23d035963dd80f0 Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 12 Jan 2023 09:35:04 +0000 Subject: [PATCH] CLDC-1798 Update household before letting question for 22/23 form (#1167) * Add Add "Specialist retirement housing" and "Extra care housing" options to 22/23 prevten question * Rename prevten answer option * Remove sheltered accommodation option from prevten --- config/forms/2022_2023.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index 322a97b44..db6b32aae 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -6329,11 +6329,14 @@ "33": { "value": "Lifetime private registered provider (PRP) general needs tenancy" }, - "8": { - "value": "Sheltered accommodation" + "34": { + "value": "Specialist retirement housing" + }, + "35": { + "value": "Extra care housing" }, "6": { - "value": "Supported housing" + "value": "Other supported housing" }, "3": { "value": "Private sector tenancy" @@ -6405,11 +6408,14 @@ "hint_text": "", "type": "radio", "answer_options": { - "8": { - "value": "Sheltered accommodation" + "34": { + "value": "Specialist retirement housing" + }, + "35": { + "value": "Extra care housing" }, "6": { - "value": "Supported housing" + "value": "Other supported housing" } } }