From 63aadf3f22879c8be07cab133e01665edae590c6 Mon Sep 17 00:00:00 2001 From: Dhruv Joshi Date: Mon, 6 Jan 2025 14:34:55 +0000 Subject: [PATCH] fix: update .changeset/purple-years-cross.md Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Dhruv Joshi --- .changeset/purple-years-cross.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/purple-years-cross.md b/.changeset/purple-years-cross.md index bd41648bc7..47110e9bf7 100644 --- a/.changeset/purple-years-cross.md +++ b/.changeset/purple-years-cross.md @@ -2,4 +2,4 @@ '@backstage/plugin-org': patch --- -Fixed bug in MyGroupsSidebarItem component, for the 'My Squads' section to display a list of Squads using the displayName from the entity config, instead of using the metadata name and title. This is to ensure increased readability to the user. +Added support for `spec.profile.displayName` to be used in the `MyGroupsSidebarItem` component via the `EntityDisplayName` component when you are a member of multiple Groups.