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/04 07:10:08 UTC

[incubator-superset] branch master updated: Fix dashboard export download (#3773)

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 aed7c74  Fix dashboard export download (#3773)
aed7c74 is described below

commit aed7c7436abcc1bcc3fd48f24061c658b55994a8
Author: michellethomas <mi...@gmail.com>
AuthorDate: Sat Nov 4 00:10:02 2017 -0700

    Fix dashboard export download (#3773)
---
 superset/templates/superset/export_dashboards.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/templates/superset/export_dashboards.html b/superset/templates/superset/export_dashboards.html
index 83a0c84..dd8684d 100644
--- a/superset/templates/superset/export_dashboards.html
+++ b/superset/templates/superset/export_dashboards.html
@@ -1,6 +1,6 @@
 <script>
     window.onload = function() {
-        window.open(window.location += '&action=go');
+        window.open(window.location += '&action=go', '_blank');
         window.location = '{{ dashboards_url }}';
     };
 </script>

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