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
						6bcdb6d9a0
					
				
					 1 changed files with 30 additions and 4 deletions
				
			
		|  | @ -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": [ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue