You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2017/11/12 05:43:57 UTC

[incubator-superset] branch master updated: [viz] Fix payload force logic (#3839)

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 a3a4687  [viz] Fix payload force logic (#3839)
a3a4687 is described below

commit a3a4687ebf8163f3d72b8377b1db6ec19bc3ba92
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Sat Nov 11 21:43:55 2017 -0800

    [viz] Fix payload force logic (#3839)
---
 superset/viz.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/viz.py b/superset/viz.py
index ee6c2fc..acc90d0 100644
--- a/superset/viz.py
+++ b/superset/viz.py
@@ -244,7 +244,6 @@ class BaseViz(object):
         """Handles caching around the json payload retrieval"""
         cache_key = self.cache_key
         payload = None
-        force = force if force else self.form_data.get('force') == 'true'
         if not force and cache:
             payload = cache.get(cache_key)
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].