Change condition

This commit is contained in:
Robin van der Linde 2022-10-17 20:01:13 +02:00
parent cd021e228d
commit c04cde7d55
No known key found for this signature in database
GPG key ID: 53956B3252478F0D
2 changed files with 12 additions and 2 deletions

View file

@ -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?",

View file

@ -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?",