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": {
|
||||
"or": [
|
||||
"climbing:sport!=no",
|
||||
"climbing:toprope!=no"
|
||||
"condition": {
|
||||
"and": [
|
||||
"climbing:sport!=",
|
||||
"climbing:sport!=no"
|
||||
]
|
||||
},
|
||||
"condition": {
|
||||
"and": [
|
||||
"climbing:toprope!=",
|
||||
"climbing:toprope!=no"
|
||||
]
|
||||
},
|
||||
"condition": {
|
||||
"and": [
|
||||
"climbing:speed!=",
|
||||
"climbing:speed!=no"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -327,8 +343,18 @@
|
|||
},
|
||||
"condition": {
|
||||
"or": [
|
||||
"climbing:sport!=no",
|
||||
"climbing:toprope!=no"
|
||||
"condition": {
|
||||
"and": [
|
||||
"climbing:sport!=",
|
||||
"climbing:sport!=no"
|
||||
]
|
||||
},
|
||||
"condition": {
|
||||
"and": [
|
||||
"climbing:toprope!=",
|
||||
"climbing:toprope!=no"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mappings": [
|
||||
|
|
Loading…
Reference in a new issue