forked from MapComplete/MapComplete
Themes(climbing): Change conditions for gear rental questions
- Also recognize speed as enough to show the harness rental question - Require answer on climbing styles before showing harness/belay device rental
This commit is contained in:
parent
53e9c9b22f
commit
17f2d111fe
1 changed files with 30 additions and 4 deletions
|
@ -242,8 +242,24 @@
|
||||||
},
|
},
|
||||||
"condition": {
|
"condition": {
|
||||||
"or": [
|
"or": [
|
||||||
"climbing:sport!=no",
|
"condition": {
|
||||||
"climbing:toprope!=no"
|
"and": [
|
||||||
|
"climbing:sport!=",
|
||||||
|
"climbing:sport!=no"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"condition": {
|
||||||
|
"and": [
|
||||||
|
"climbing:toprope!=",
|
||||||
|
"climbing:toprope!=no"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"condition": {
|
||||||
|
"and": [
|
||||||
|
"climbing:speed!=",
|
||||||
|
"climbing:speed!=no"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
|
@ -327,8 +343,18 @@
|
||||||
},
|
},
|
||||||
"condition": {
|
"condition": {
|
||||||
"or": [
|
"or": [
|
||||||
"climbing:sport!=no",
|
"condition": {
|
||||||
"climbing:toprope!=no"
|
"and": [
|
||||||
|
"climbing:sport!=",
|
||||||
|
"climbing:sport!=no"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"condition": {
|
||||||
|
"and": [
|
||||||
|
"climbing:toprope!=",
|
||||||
|
"climbing:toprope!=no"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
|
|
Loading…
Reference in a new issue