Fixing the CACHING (#2203)

Caching wasn't working after deprecate_v1, this addresses it. Also surfacing
whether the data is served from cache in explore view and a way to force
run the query bypassing the cache.
This commit is contained in:
Maxime Beauchemin
2017-02-22 08:31:31 -08:00
committed by GitHub
parent ce1e18b31b
commit d5ba88b407
8 changed files with 39 additions and 14 deletions

View File

@@ -82,7 +82,7 @@ class ExploreViewContainer extends React.Component {
runQuery() {
this.props.actions.runQuery(this.props.form_data, this.props.datasource_type);
this.props.actions.runQuery(this.props.form_data);
}
handleResize() {