Index features on id instead of object.

This will allow features added from an external package location
to be loaded correctly.,
without the requirement of making backstage packages singletons.

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2023-08-29 15:47:59 +02:00
parent cc68b59e4c
commit 3fc64b9e2f
2 changed files with 12 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/backend-app-api': patch
---
Index features on id instead of object.
This will allow features added from an external package location to be loaded correctly,
without the requirement of making backstage packages singletons.