Browse Source

switch yesnofields to match polar enum

pull/95/head
magicmilo 3 years ago
parent
commit
3b3b57021d
  1. 8
      config/forms/2021_2022.json
  2. 2
      docs/api/DLUHC-CORE-Data.v1.json

8
config/forms/2021_2022.json

@ -1706,8 +1706,8 @@
"hint_text": "",
"type": "radio",
"answer_options": {
"0": "Yes",
"1": "No"
"0": "No",
"1": "Yes"
},
"conditional_for": {
"mrcdate": ["Yes"]
@ -1733,8 +1733,8 @@
"hint_text": "",
"type": "radio",
"answer_options": {
"0": "Yes",
"1": "No"
"0": "No",
"1": "Yesx"
},
"conditional_for": {
"mrcdate": ["Yes"]

2
docs/api/DLUHC-CORE-Data.v1.json

@ -317,7 +317,7 @@
"property_building_type": "dummy",
"beds": 3,
"property_void_date": "03/11/2019",
"majorrepairs": "Yes",
"majorrepairs": "No",
"mrcdate": "05/05/2020",
"offered": 2,
"wchair": true,

Loading…
Cancel
Save