Browse Source

Merge pull request #547 from communitiesuk/fix_ethnic_import

Fix ethnic question import for White: Other
pull/550/head
baarkerlounger 3 years ago committed by GitHub
parent
commit
aaf59091b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 55
      config/forms/2021_2022.json
  2. 55
      config/forms/2022_2023.json

55
config/forms/2021_2022.json

@ -1281,17 +1281,7 @@
"16": {
"value": "Other ethnic group"
}
},
"conditional_for": {
"ethnic_other": [
16
]
}
},
"ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)",
"hint_text": "",
"type": "text"
}
},
"depends_on": [
@ -1323,19 +1313,9 @@
"value": "Pakistani"
},
"11": {
"value": "Other ethnic group"
"value": "Any other Asian or Asian British background"
}
},
"conditional_for": {
"ethnic_other": [
11
]
}
},
"ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)",
"hint_text": "The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest.",
"type": "text"
}
},
"depends_on": [
@ -1363,17 +1343,7 @@
"14": {
"value": "Any other Black, African or Caribbean background"
}
},
"conditional_for": {
"ethnic_other": [
2
]
}
},
"ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)",
"hint_text": "",
"type": "text"
}
},
"depends_on": [
@ -1404,17 +1374,7 @@
"7": {
"value": "Any other Mixed or Multiple ethnic background"
}
},
"conditional_for": {
"ethnic_other": [
7
]
}
},
"ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)",
"hint_text": "",
"type": "text"
}
},
"depends_on": [
@ -1441,18 +1401,11 @@
},
"18": {
"value": "Gypsy or Irish Traveller"
},
"3": {
"value": "Any other White background"
}
},
"conditional_for": {
"ethnic_other": [
3
]
}
},
"ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)",
"hint_text": "",
"type": "text"
}
},
"depends_on": [

55
config/forms/2022_2023.json

@ -1311,17 +1311,7 @@
"16": {
"value": "Other ethnic group"
}
},
"conditional_for": {
"ethnic_other": [
16
]
}
},
"ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)",
"hint_text": "",
"type": "text"
}
},
"depends_on": [
@ -1353,19 +1343,9 @@
"value": "Pakistani"
},
"11": {
"value": "Other ethnic group"
"value": "Any other Asian or Asian British background"
}
},
"conditional_for": {
"ethnic_other": [
11
]
}
},
"ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)",
"hint_text": "The lead tenant is the person in the household who does the most paid work. If several people do the same paid work, the lead tenant is whoever is the oldest.",
"type": "text"
}
},
"depends_on": [
@ -1393,17 +1373,7 @@
"14": {
"value": "Any other Black, African or Caribbean background"
}
},
"conditional_for": {
"ethnic_other": [
2
]
}
},
"ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)",
"hint_text": "",
"type": "text"
}
},
"depends_on": [
@ -1434,17 +1404,7 @@
"7": {
"value": "Any other Mixed or Multiple ethnic background"
}
},
"conditional_for": {
"ethnic_other": [
7
]
}
},
"ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)",
"hint_text": "",
"type": "text"
}
},
"depends_on": [
@ -1471,18 +1431,11 @@
},
"18": {
"value": "Gypsy or Irish Traveller"
},
"3": {
"value": "Any other White background"
}
},
"conditional_for": {
"ethnic_other": [
3
]
}
},
"ethnic_other": {
"header": "How would the lead tenant describe their background? (optional)",
"hint_text": "",
"type": "text"
}
},
"depends_on": [

Loading…
Cancel
Save