Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to workspace names are not reflected in the workspace name display #9524

Closed
lmossman opened this issue Jan 15, 2022 · 2 comments
Closed
Assignees
Labels
area/platform issues related to the platform team/compose team/platform-move type/bug Something isn't working

Comments

@lmossman
Copy link
Contributor

Environment

  • prod cloud

Current Behavior

On Cloud, when I go to Settings > Workspace Settings > General Settings and I update the name of the workspace, it correctly updates the name of the CloudWorkspace in the prod cloud db. However, this does not update the name of the workspace in the top-left corner. Here is a screenshot that shows this:
Screen Shot 2022-01-14 at 4 20 12 PM

My guess as to what is happening here is that the UI only writes the update to the cloud_workspace table in the prod-cloudapi db, but it does not write the update to the workspace table in the prod-configapi db, and this is likely where the workspace name is being pulled from to show in the upper-left corner.

Expected Behavior

Updating the workspace name in the UI should be reflected in the workspace name shown in the upper-left corner. This can likely be achieved through either of the following approaches:

  1. Making the update write to the workspace table in prod-configapi db as well
  2. Having the UI pull the workspace name from the prod-cloudapi cloud_workspace table instead of the prod-configapi workspace table

Logs

Steps to Reproduce

  1. Update the name of a workspace in the cloud UI
  2. See the the workspace name is not updated in the upper-left corner
@lmossman lmossman added type/bug Something isn't working area/frontend area/platform issues related to the platform labels Jan 15, 2022
@lmossman
Copy link
Contributor Author

Duplicate of #9125

@lmossman lmossman marked this as a duplicate of #9125 Jan 18, 2022
@timroes timroes self-assigned this Jan 20, 2022
@timroes timroes added this to the Platform 2022-01-27 milestone Jan 21, 2022
@timroes
Copy link
Collaborator

timroes commented Feb 1, 2022

Closed as of 0.35.13-alpha. Workspace names are now correctly in sync all across the UI. When updating there is still a page refresh needed to update the sidebar, which we'll address at some later point in time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform team/compose team/platform-move type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants