This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 04ae004 Set 'Range Filter' default to false (#4264)
04ae004 is described below
commit 04ae004f4345c0cc2cf3f9bf170488a36a78ef72
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Tue Jan 23 11:23:41 2018 -0800
Set 'Range Filter' default to false (#4264)
It got set to true mistakenly.
---
superset/assets/javascripts/explore/stores/controls.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/assets/javascripts/explore/stores/controls.jsx
b/superset/assets/javascripts/explore/stores/controls.jsx
index 1ebad1e..9aac6cc 100644
--- a/superset/assets/javascripts/explore/stores/controls.jsx
+++ b/superset/assets/javascripts/explore/stores/controls.jsx
@@ -1240,7 +1240,7 @@ export const controls = {
type: 'CheckboxControl',
label: t('Range Filter'),
renderTrigger: true,
- default: true,
+ default: false,
description: t('Whether to display the time range interactive selector'),
},
--
To stop receiving notification emails like this one, please contact
[email protected].