Themes(toilets): add condition to supervision question: only ask if a public toilet

This commit is contained in:
Pieter Vander Vennet 2025-03-16 22:48:12 +01:00
parent 40c6a582c7
commit 1dd78563ef

View file

@ -985,7 +985,17 @@
"nl": "Er is geen persoon die toezicht houdt" "nl": "Er is geen persoon die toezicht houdt"
} }
} }
] ],
"condition": {
"and": [
{
"or": [
"access=yes",
"access="
]
}
]
}
}, },
{ {
"id": "toilet-has-paper", "id": "toilet-has-paper",
@ -1081,7 +1091,6 @@
} }
] ]
}, },
{ {
"id": "toilet-drying", "id": "toilet-drying",
"question": { "question": {