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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to