You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/04/30 02:25:52 UTC

[GitHub] [incubator-superset] rjurney commented on issue #7353: unable to export dashboards - page just reloads

rjurney commented on issue #7353: unable to export dashboards - page just reloads
URL: https://github.com/apache/incubator-superset/issues/7353#issuecomment-487804337
 
 
   @mmutiso I have found the same thing. This code is returned by the request to export:
   
   ```
   <script>
       window.onload = function() {
           window.open(window.location += '&action=go', '_blank');
           window.location = '/dashboard/list';
       };
   </script>
   ```
   
   This should open a new window at for example `http://localhost:9000/dashboard/export_dashboards_form?id=1&action=go` which serves the download JSON. But for some reason it fails. Something goes wrong and a new window does not open. Instead the page goes directly to `/dashboard/list` and nothing happens.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org