syedgufran95 opened a new issue, #20825:
URL: https://github.com/apache/superset/issues/20825

   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   
   1. Go to 'http://localhost:8088/superset/sqllab/?name=can_read'
   2. Write query on default dataset on sqllab 'select * from ab_permission 
where name = '{{ url_param('name') }}''
   3. Click on explore after running the query (it should return one row)
   4. click on explore.
   5. now write &name=can_read in the URL.
   
   ### Expected results
   URL parameters should persist in the URL and should be read by charts
   
   ### Actual results
   URL parameters disappear
   
   
   #### Screenshots
   URL params working in SQL lab
   ![Screenshot from 2022-07-22 
16-41-26](https://user-images.githubusercontent.com/43085010/180427546-97a70f40-6571-4b6e-a283-ccc7ef02957a.png)
   
   URL param disappears from url
   ![ezgif 
com-gif-maker(4)](https://user-images.githubusercontent.com/43085010/180427449-375f9d8a-55d7-4589-a193-769594379162.gif)
   
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version: persists on all browser (chrome ,Mozilla,brave)
   - superset version: 
`[2.0.0](https://github.com/apache/superset/releases/tag/2.0.0)`
   
   
   
   
   ### Additional context
   I am using jinja templating and I am using URL parms to get the data. I have 
change feature flag as well still it is not working.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to