From 77828b630ab0f151c0377b6d1304c39e1cfdf65a Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 13 Apr 2016 13:58:17 -0700 Subject: [PATCH] [bugfix] druid granularity form field should be select2_freeform --- caravel/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caravel/forms.py b/caravel/forms.py index f4e55968ed0b0..ec8d65d1074c6 100644 --- a/caravel/forms.py +++ b/caravel/forms.py @@ -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 = ({