Merge pull request #3924 from backstage/rugvip/locout

catalog-backend: fix bug where all entities got read back from the catalog
This commit is contained in:
Patrik Oldsberg
2021-01-05 19:44:52 +01:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixed a bug where the catalog would read back all entities when adding a location that already exists.