Change condition
This commit is contained in:
parent
cd021e228d
commit
c04cde7d55
2 changed files with 12 additions and 2 deletions
|
@ -299,7 +299,12 @@
|
|||
},
|
||||
{
|
||||
"id": "wheelchair-door-width",
|
||||
"condition": "wheelchair!=no",
|
||||
"condition": {
|
||||
"or": [
|
||||
"wheelchair=yes",
|
||||
"wheelchair=designated"
|
||||
]
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the width of the door to the wheelchair accessible toilet?",
|
||||
"nl": "Hoe breed is de deur van de rolstoeltoegankelijke toilet?",
|
||||
|
|
|
@ -221,7 +221,12 @@
|
|||
},
|
||||
{
|
||||
"id": "wheelchair-door-width",
|
||||
"condition": "toilets:wheelchair!=no",
|
||||
"condition": {
|
||||
"or": [
|
||||
"toilets:wheelchair=yes",
|
||||
"toilets:wheelchair=designated"
|
||||
]
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the width of the door to the wheelchair accessible toilet?",
|
||||
"nl": "Hoe breed is de deur van de rolstoeltoegankelijke toilet?",
|
||||
|
|
Loading…
Reference in a new issue