Browse Source

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
pull/1159/head
kosiakkatrina 2 years ago committed by GitHub
parent
commit
2bf7e04644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      config/forms/2022_2023.json

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

Loading…
Cancel
Save