Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D5275200D46 for ; Sun, 12 Nov 2017 06:43:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D3CBD160C04; Sun, 12 Nov 2017 05:43:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4C248160C03 for ; Sun, 12 Nov 2017 06:43:59 +0100 (CET) Received: (qmail 15956 invoked by uid 500); 12 Nov 2017 05:43:58 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 15947 invoked by uid 99); 12 Nov 2017 05:43:58 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2017 05:43:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B75B885040; Sun, 12 Nov 2017 05:43:57 +0000 (UTC) Date: Sun, 12 Nov 2017 05:43:57 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: [viz] Fix payload force logic (#3839) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151046543759.8257.10795154958720402437@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4d48d5d854e23d469c80105a6e384e3c4db8942d X-Git-Newrev: a3a4687ebf8163f3d72b8377b1db6ec19bc3ba92 X-Git-Rev: a3a4687ebf8163f3d72b8377b1db6ec19bc3ba92 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Sun, 12 Nov 2017 05:44:00 -0000 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 <4567245+john-bodley@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" '].