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 2018/11/13 19:47:48 UTC

[GitHub] michellethomas opened a new issue #6383: Viz Flow error modal doesn't close

michellethomas opened a new issue #6383: Viz Flow error modal doesn't close
URL: https://github.com/apache/incubator-superset/issues/6383
 
 
   The error modal when going from sqllab to visualize [here](https://github.com/apache/incubator-superset/blob/master/superset/assets/src/SqlLab/components/ExploreResultsButton.jsx#L37) doesn't close.
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   
   ### Superset version
   master
   
   ### Expected results
   modal closes
   
   ### Actual results
   need to refresh the page to get the modal to close
   
   ### Steps to reproduce
   Run in sqllab:
   `SELECT ds, sum(num)
   FROM birth_names
   group by ds`
   Click visualize
   Click 'ok'
   
   @mistercrunch 
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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