Merge branch 'sidebar-fix' of https://github.com/03DhruvJoshi/backstage into sidebar-fix

This commit is contained in:
Dhruv Joshi
2025-01-06 15:44:30 +00:00
+1 -1
View File
@@ -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.