forked from MapComplete/MapComplete
Themes(climbing): only show speed climbing question if there is a toprope, fix #2379
This commit is contained in:
parent
51ce00d5a4
commit
120c166a4d
1 changed files with 7 additions and 1 deletions
|
@ -754,7 +754,13 @@
|
||||||
},
|
},
|
||||||
"hideInAnswer": true
|
"hideInAnswer": true
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"condition": {
|
||||||
|
"and": [
|
||||||
|
"climbing:toprope!=",
|
||||||
|
"climbing:toprope!=no"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"shower",
|
"shower",
|
||||||
"internet",
|
"internet",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue