From 23f1d7d3f008dd605aa48d06b070a31acc2c6608 Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 11 Sep 2023 14:54:03 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Children=E2=80=99s=20Social=20Care=20to?= =?UTF-8?q?=20all=20referral=20questions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/form/lettings/questions/referral_prp.rb | 3 +++ .../lettings/questions/referral_supported_housing.rb | 3 +++ .../lettings/questions/referral_supported_housing_prp.rb | 1 + config/forms/2022_2023.json | 9 +++++++++ 4 files changed, 16 insertions(+) diff --git a/app/models/form/lettings/questions/referral_prp.rb b/app/models/form/lettings/questions/referral_prp.rb index 36dc247b7..69a42bed5 100644 --- a/app/models/form/lettings/questions/referral_prp.rb +++ b/app/models/form/lettings/questions/referral_prp.rb @@ -45,6 +45,9 @@ class Form::Lettings::Questions::ReferralPrp < ::Form::Question "13" => { "value" => "Youth offending team", }, + "17" => { + "value" => "Children’s Social Care", + }, "16" => { "value" => "Other", }, diff --git a/app/models/form/lettings/questions/referral_supported_housing.rb b/app/models/form/lettings/questions/referral_supported_housing.rb index 5ec9de70e..68b9fd8e7 100644 --- a/app/models/form/lettings/questions/referral_supported_housing.rb +++ b/app/models/form/lettings/questions/referral_supported_housing.rb @@ -45,6 +45,9 @@ class Form::Lettings::Questions::ReferralSupportedHousing < ::Form::Question "13" => { "value" => "Youth offending team", }, + "17" => { + "value" => "Children’s Social Care", + }, "16" => { "value" => "Other", }, diff --git a/app/models/form/lettings/questions/referral_supported_housing_prp.rb b/app/models/form/lettings/questions/referral_supported_housing_prp.rb index 4824dd6c5..32fb474ed 100644 --- a/app/models/form/lettings/questions/referral_supported_housing_prp.rb +++ b/app/models/form/lettings/questions/referral_supported_housing_prp.rb @@ -24,6 +24,7 @@ class Form::Lettings::Questions::ReferralSupportedHousingPrp < ::Form::Question "12" => { "value" => "Police, probation or prison" }, "7" => { "value" => "Voluntary agency" }, "13" => { "value" => "Youth offending team" }, + "17" => { "value" => "Children’s Social Care" }, "16" => { "value" => "Other" }, }.freeze end diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index db11b0950..66b975d9c 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -7081,6 +7081,9 @@ "13": { "value": "Youth offending team" }, + "17": { + "value": "Children’s Social Care" + }, "16": { "value": "Other" } @@ -7138,6 +7141,9 @@ "13": { "value": "Youth offending team" }, + "17": { + "value": "Children’s Social Care" + }, "16": { "value": "Other" } @@ -7198,6 +7204,9 @@ "13": { "value": "Youth offending team" }, + "17": { + "value": "Children’s Social Care" + }, "16": { "value": "Other" }