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 6bcdb6d9a0
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -242,8 +242,24 @@
},
"condition": {
"or": [
"climbing:sport!=no",
"climbing:toprope!=no"
{
"and": [
"climbing:sport!=",
"climbing:sport!=no"
]
},
{
"and": [
"climbing:toprope!=",
"climbing:toprope!=no"
]
},
{
"and": [
"climbing:speed!=",
"climbing:speed!=no"
]
}
]
},
"mappings": [
@ -327,8 +343,18 @@
},
"condition": {
"or": [
"climbing:sport!=no",
"climbing:toprope!=no"
{
"and": [
"climbing:sport!=",
"climbing:sport!=no"
]
},
{
"and": [
"climbing:toprope!=",
"climbing:toprope!=no"
]
}
]
},
"mappings": [