Allow any value for public bath type field (close #7481)

This commit is contained in:
Quincy Morgan
2020-04-29 12:43:17 -07:00
parent 7c5ec9be70
commit 2aef248fd8
5 changed files with 4 additions and 25 deletions
-7
View File
@@ -276,13 +276,6 @@ en:
bath/type:
# 'bath:type=*'
label: Specialty
options:
# 'bath:type=foot_bath'
foot_bath: Foot Bath
# 'bath:type=hot_spring'
hot_spring: Hot Spring
# 'bath:type=onsen'
onsen: Japanese Onsen
beauty:
# beauty=*
label: Services
+1 -1
View File
@@ -35,7 +35,7 @@
"basin": {"key": "basin", "type": "combo", "label": "Type"},
"bath/open_air": {"key": "bath:open_air", "label": "Open Air", "type": "check"},
"bath/sand_bath": {"key": "bath:sand_bath", "label": "Sand Bath", "type": "check"},
"bath/type": {"key": "bath:type", "type": "combo", "label": "Specialty", "strings": {"options": {"onsen": "Japanese Onsen", "foot_bath": "Foot Bath", "hot_spring": "Hot Spring"}}},
"bath/type": {"key": "bath:type", "type": "combo", "label": "Specialty"},
"beauty": {"key": "beauty", "type": "semiCombo", "label": "Services"},
"bench": {"key": "bench", "type": "check", "label": "Bench", "terms": ["seating"]},
"bicycle_parking": {"key": "bicycle_parking", "type": "combo", "label": "Type"},
+1 -8
View File
@@ -1,12 +1,5 @@
{
"key": "bath:type",
"type": "combo",
"label": "Specialty",
"strings": {
"options": {
"onsen": "Japanese Onsen",
"foot_bath": "Foot Bath",
"hot_spring": "Hot Spring"
}
}
"label": "Specialty"
}
+1 -3
View File
@@ -1353,9 +1353,7 @@
{"key": "basin", "description": "🄵 Type"},
{"key": "bath:open_air", "description": "🄵 Open Air"},
{"key": "bath:sand_bath", "description": "🄵 Sand Bath"},
{"key": "bath:type", "value": "onsen", "description": "🄵 Specialty"},
{"key": "bath:type", "value": "foot_bath", "description": "🄵 Specialty"},
{"key": "bath:type", "value": "hot_spring", "description": "🄵 Specialty"},
{"key": "bath:type", "description": "🄵 Specialty"},
{"key": "beauty", "description": "🄵 Services"},
{"key": "bench", "description": "🄵 Bench"},
{"key": "bicycle_parking", "description": "🄵 Type"},
+1 -6
View File
@@ -2834,12 +2834,7 @@
"label": "Sand Bath"
},
"bath/type": {
"label": "Specialty",
"options": {
"onsen": "Japanese Onsen",
"foot_bath": "Foot Bath",
"hot_spring": "Hot Spring"
}
"label": "Specialty"
},
"beauty": {
"label": "Services"