bryanck opened a new pull request #12799: URL: https://github.com/apache/superset/pull/12799
### SUMMARY This change strips the leading # off of the URL hash when calling the URL shortening utility function. The function expects this to be removed. ### TEST PLAN To reproduce the issue before fixing: - Go to the tabbed dashboard sample - Create a short link for a tab by clicking on the '%' menu for the tab - Copy the short URL, and navigate to it in the browser - Now create a short link from the dashboard's '...' menu > Share dashboard - Copy the URL - The URL has double hashes (##) and will fail to load ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Changes UI - [ ] Requires DB Migration. - [ ] Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
