forked from MapComplete/MapComplete
Themes(toilets): add condition to supervision question: only ask if a public toilet
This commit is contained in:
parent
40c6a582c7
commit
1dd78563ef
1 changed files with 11 additions and 2 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue