Merge pull request #34324 from backstage/freben/fix-entity-list-triple-fetch

fix(catalog-react): eliminate redundant entity list fetches during filter initialization
This commit is contained in:
Fredrik Adelöw
2026-05-21 16:48:32 +02:00
committed by GitHub
3 changed files with 197 additions and 185 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Fixed redundant API calls during entity list initialization. Filter components that register their initial state in quick succession (e.g. `EntityKindPicker`, `UserListPicker`, `EntityTagPicker`) no longer trigger multiple identical fetches. Frontend-only filter changes such as toggling the user list are now applied synchronously without a network round-trip.