You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/10/12 05:28:14 UTC

[GitHub] rumbin opened a new issue #3655: [SQLLab] Regression: "share query" is broken

rumbin opened a new issue #3655: [SQLLab] Regression: "share query" is broken
URL: https://github.com/apache/incubator-superset/issues/3655
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if 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
   0.20.4
   
   ### Expected results
   Selecting _share query_ from a tab's context menu copies the link for this very query.
   This worked in superset 0.15.4, generating a link of the syntax `http(s)://host/r/123`
   
   ### Actual results
   Trying the same in 0.20.4 copies a link of the syntax `http(s)://host/superset/sqllab?id=5`.
   Accessing the link yields a message _THE QUERY COULDN'T BE LOADED_
   
   The workaround of first saving the query and then copying the link in the _Saved Queries_ overview table works, but this is probably not the best way of quickly sharing a query.
   
   ### Steps to reproduce
   Selecting _share query_ from a tab's context menu and try to access the copied URL.
   
    
 
----------------------------------------------------------------
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