You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cc...@apache.org on 2018/11/09 02:23:47 UTC

[incubator-superset] branch chris--save-dash-fix created (now 71c392a)

This is an automated email from the ASF dual-hosted git repository.

ccwilliams pushed a change to branch chris--save-dash-fix
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


      at 71c392a  [bugfix] don't parse save dashboard response

This branch includes the following new commits:

     new 71c392a  [bugfix] don't parse save dashboard response

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-superset] 01/01: [bugfix] don't parse save dashboard response

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ccwilliams pushed a commit to branch chris--save-dash-fix
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 71c392ad437fa076d58b7948e54ebf82f4732853
Author: Chris Williams <ch...@airbnb.com>
AuthorDate: Thu Nov 8 18:23:28 2018 -0800

    [bugfix] don't parse save dashboard response
---
 superset/assets/src/dashboard/actions/dashboardState.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/assets/src/dashboard/actions/dashboardState.js b/superset/assets/src/dashboard/actions/dashboardState.js
index f2c330c..2dde47a 100644
--- a/superset/assets/src/dashboard/actions/dashboardState.js
+++ b/superset/assets/src/dashboard/actions/dashboardState.js
@@ -132,6 +132,7 @@ export function saveDashboardRequest(data, id, saveType) {
     SupersetClient.post({
       endpoint: `/superset/${path}/${id}/`,
       postPayload: { data },
+      parseMethod: null,
     })
       .then(response =>
         Promise.all([