You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2018/08/14 17:56:48 UTC

[incubator-superset] branch master updated: [Dashobard]Fix bad merge (#5624)

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

graceguo 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 9f6ac08  [Dashobard]Fix bad merge (#5624)
9f6ac08 is described below

commit 9f6ac0898ef922099ebd22a0315bcb59eed22f51
Author: Grace Guo <gr...@airbnb.com>
AuthorDate: Tue Aug 14 10:56:45 2018 -0700

    [Dashobard]Fix bad merge (#5624)
---
 superset/views/core.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/views/core.py b/superset/views/core.py
index 71f6ff1..2371aba 100755
--- a/superset/views/core.py
+++ b/superset/views/core.py
@@ -1614,7 +1614,6 @@ class Superset(BaseSupersetView):
         # remove leading and trailing white spaces in the dumped json
         dashboard.position_json = json.dumps(
             positions, indent=None, separators=(',', ':'), sort_keys=True)
-        dashboard.position_json = json.dumps(positions, sort_keys=True)
         md = dashboard.params_dict
         dashboard.css = data.get('css')
         dashboard.dashboard_title = data['dashboard_title']