Skip to content

Commit

Permalink
Don't replace spaces with underscores in opening_hours combo
Browse files Browse the repository at this point in the history
(closes #4030)
  • Loading branch information
bhousel committed May 10, 2017
1 parent 1956132 commit d1af98a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/presets/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,8 @@
"opening_hours": {
"key": "opening_hours",
"type": "combo",
"label": "Hours"
"label": "Hours",
"snake_case": false
},
"operator": {
"key": "operator",
Expand Down
3 changes: 2 additions & 1 deletion data/presets/fields/opening_hours.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"key": "opening_hours",
"type": "combo",
"label": "Hours"
"label": "Hours",
"snake_case": false
}

0 comments on commit d1af98a

Please sign in to comment.