forked from MapComplete/MapComplete
Themes(shops): change conditions for self_checkout question
This commit is contained in:
parent
ede92c5554
commit
aecc36dfbe
1 changed files with 23 additions and 2 deletions
|
@ -1665,9 +1665,30 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "self_checkout",
|
||||
"override": {
|
||||
"+mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"self_checkout=",
|
||||
"shop!=supermarket",
|
||||
"shop!=convenience",
|
||||
"shop!=chemist"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This shop (probably) does not offer self-checkout"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"self_checkout_type",
|
||||
"description",
|
||||
"toilet_at_amenity_lib.all",
|
||||
"self_checkout_questions"
|
||||
"toilet_at_amenity_lib.all"
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue