Merge pull request #27839 from backstage/entity-owner-picker-owners-only-rollback

Catalog: EntityOwnerPicker use getEntityFacets in owners-only mode
This commit is contained in:
Vincenzo Scamporlino
2024-12-03 16:47:44 +01:00
committed by GitHub
4 changed files with 100 additions and 186 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Fixed an issue where the `EntityOwnerPicker` component failed to load when the `mode` prop was set to `owners-only`. In this mode, the `EntityOwnerPicker` does not load details about the owners, such as `displayName` or `title`. To display these details, use `mode=all` instead.