Skip to content

Commit

Permalink
[bugfix] druid granularity form field should be select2_freeform
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 13, 2016
1 parent 3c72751 commit 77828b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def add_to_form(attrs):
else:
time_fields = 'granularity'
add_to_form(('granularity',))
field_css_classes['granularity'] = ['form-control', 'select2Sortable']
field_css_classes['granularity'] = ['form-control', 'select2_freeform']
add_to_form(('since', 'until'))

QueryForm.fieldsets = ({
Expand Down

0 comments on commit 77828b6

Please sign in to comment.