Renaming a workspace doesn't instantly update it everywhere
Closed this issue · 2 comments
When renaming a workspace using the top bar, the sidebar becomes out of sync. This means that when you navigate to a different workspace and back to the renamed one (which still shows the old name in the sidebar), the api calls start giving errors since the workspace (with the original name) no longer exists. This behavior is fixed on a full client refresh
Steps to reproduce:
Rename a workspace
This sounds like a time when we need to figure out how to get the VueX store to update its state. This may be as simple as issuing the appropriate action dispatch in the same circumstances that we invalidate the cache.
For now this can be manual, but we should think about a way for the server to indicate to the client that it should query for fresh data.
This has been resolved