Skip to content

feat: show organization name for groups on user profile #14448

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

Merged
merged 17 commits into from
Aug 29, 2024
Merged
Prev Previous commit
Next Next commit
bruh just do it then
  • Loading branch information
aslilac committed Aug 27, 2024
commit ab2658f1b87b1f4dfc9b02ed584e72389b280eb5
1 change: 0 additions & 1 deletion coderd/database/dbmem/dbmem.go
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,6 @@ func (q *FakeQuerier) GetGroups(_ context.Context, arg database.GetGroupsParams)
groupIDs[orgMember.OrganizationID] = struct{}{}
}
}

}

organizationDisplayNames := make(map[uuid.UUID]string)
Expand Down
Loading