mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
Don't replace spaces with underscores in opening_hours combo
(closes #4030)
This commit is contained in:
@@ -1157,7 +1157,8 @@
|
||||
"opening_hours": {
|
||||
"key": "opening_hours",
|
||||
"type": "combo",
|
||||
"label": "Hours"
|
||||
"label": "Hours",
|
||||
"snake_case": false
|
||||
},
|
||||
"operator": {
|
||||
"key": "operator",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"key": "opening_hours",
|
||||
"type": "combo",
|
||||
"label": "Hours"
|
||||
"label": "Hours",
|
||||
"snake_case": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user