mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: update WorkspaceOwnerName to use user.name instead of user.username (#18025)
We have been using the user.username instead of user.name in wrong places, making it very confusing for the UI.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
"workspace_id": "===========[workspace ID]===========",
|
||||
"workspace_name": "test-workspace",
|
||||
"workspace_owner_id": "==========[first user ID]===========",
|
||||
"workspace_owner_name": "testuser",
|
||||
"workspace_owner_username": "testuser",
|
||||
"template_version_id": "============[version ID]============",
|
||||
"template_version_name": "===========[version name]===========",
|
||||
"build_number": 1,
|
||||
|
||||
Reference in New Issue
Block a user