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:
Bruno Quaresma
2025-05-27 11:42:07 -03:00
committed by GitHub
parent 9827c97f32
commit d63417b542
24 changed files with 579 additions and 90 deletions

3
coderd/apidoc/docs.go generated
View File

@ -17822,6 +17822,9 @@ const docTemplate = `{
},
"workspace_owner_name": {
"type": "string"
},
"workspace_owner_username": {
"type": "string"
}
}
},