Browse Source

Add Children’s Social Care to all referral questions (#1905)

pull/1908/head
kosiakkatrina 1 year ago committed by GitHub
parent
commit
961aefa095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/models/form/lettings/questions/referral_prp.rb
  2. 3
      app/models/form/lettings/questions/referral_supported_housing.rb
  3. 1
      app/models/form/lettings/questions/referral_supported_housing_prp.rb
  4. 9
      config/forms/2022_2023.json

3
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",
},

3
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",
},

1
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

9
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"
}

Loading…
Cancel
Save