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 <[email protected]> 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([
