Browse Source

Change the remaining ethnic other conditional questions (#417)

pull/418/head
kosiakkatrina 3 years ago committed by GitHub
parent
commit
e34c910ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      config/forms/2021_2022.json

10
config/forms/2021_2022.json

@ -1403,12 +1403,12 @@
} }
}, },
"conditional_for": { "conditional_for": {
"tenant_ethnic_group_mixed_other": [ "ethnic_other": [
2 2
] ]
} }
}, },
"tenant_ethnic_group_mixed_other": { "ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)", "header": "How would the lead tenant describe their background? (optional)",
"hint_text": "", "hint_text": "",
"type": "text" "type": "text"
@ -1444,12 +1444,12 @@
} }
}, },
"conditional_for": { "conditional_for": {
"tenant_ethnic_group_white_other": [ "ethnic_other": [
3 3
] ]
} }
}, },
"tenant_ethnic_group_white_other": { "ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)", "header": "How would the lead tenant describe their background? (optional)",
"hint_text": "", "hint_text": "",
"type": "text" "type": "text"
@ -1457,7 +1457,7 @@
}, },
"depends_on": [ "depends_on": [
{ {
"ethnic": 0 "ethnic_group": 0
} }
] ]
}, },

Loading…
Cancel
Save