OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
[Workspace] Make url stateful in url with workspace id
Is your feature request related to a problem? Please describe.
In order to let users switch to specific workspace when paste a deep link from other users, we need to make url stateful with workspace info. This PR mainly introduce the capability to keep the workspace Id in url consistent with the workspace id in memory so that user can feel free to copy the url and share to others.
Describe the solution you'd like
Use the hash to store current workspace id
Describe alternatives you've considered
#5243
Additional context
Add any other context or screenshots about the feature request here.
#4944