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:
Midgard 2024-12-09 18:59:06 +01:00
parent 53e9c9b22f
commit 17f2d111fe
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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": [