Use the new group profile section in the group profile card

This commit is contained in:
Oliver Sand
2020-12-08 16:56:42 +01:00
parent 0097057ed1
commit c5297baeb0
15 changed files with 108 additions and 32 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 667 KiB

+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/plugin-org': patch
---
Display the new `profile` fields (`displayName`, `email`, and `picture`) for
groups on the `GroupProfileCard`.
![Groups Profile Section](./groups_profile.png)
This also resolves some cases where `profile` fields are missing for users or
groups and for example falls back to displaying the entity name. Adds additional test data to the ACME Corp dataset.