mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: add organization name to workspaces (#13755)
* chore: add organization name to workspaces
This commit is contained in:
@ -1774,6 +1774,7 @@ func convertWorkspace(
|
||||
OwnerName: username,
|
||||
OwnerAvatarURL: avatarURL,
|
||||
OrganizationID: workspace.OrganizationID,
|
||||
OrganizationName: template.OrganizationName,
|
||||
TemplateID: workspace.TemplateID,
|
||||
LatestBuild: workspaceBuild,
|
||||
TemplateName: template.Name,
|
||||
|
Reference in New Issue
Block a user