Don't replace spaces with underscores in opening_hours combo

(closes #4030)
This commit is contained in:
Bryan Housel
2017-05-10 09:28:05 -04:00
parent 1956132ef7
commit d1af98a7a4
2 changed files with 4 additions and 2 deletions

View File

@@ -1157,7 +1157,8 @@
"opening_hours": {
"key": "opening_hours",
"type": "combo",
"label": "Hours"
"label": "Hours",
"snake_case": false
},
"operator": {
"key": "operator",

View File

@@ -1,5 +1,6 @@
{
"key": "opening_hours",
"type": "combo",
"label": "Hours"
"label": "Hours",
"snake_case": false
}