[hotfix] making druid_time_origin stick

This commit is contained in:
Maxime Beauchemin 2016-05-16 22:48:15 -07:00
parent 8a406b18f5
commit 1766f6edd6
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class FormFactory(object):
'Y',
choices=self.choicify(datasource.column_names),
description="Columns to display"),
'druid_time_origin': SelectField(
'druid_time_origin': FreeFormSelectField(
'Origin',
choices=(
('', 'default'),