docs(changeset): restructures changeset description

Signed-off-by: Matthew Prinold <matthewprinold@gmail.com>
This commit is contained in:
Matthew Prinold
2023-11-15 08:58:39 +00:00
parent 3014f6f374
commit 45f102992d
+2 -1
View File
@@ -2,4 +2,5 @@
'@backstage/plugin-catalog': patch
---
fixes bug where after unregistering an entity you are redirected to "/". Adds an optional external route "unregisterRedirect" into the catalog plugin which when bound will be navigated to on successful removal of an entity. If the external route is not bound it will default to using the catalog rootRouteRef "/catalog".
- Fixes bug where after unregistering an entity you are redirected to `/`.
- Adds an optional external route `unregisterRedirect` to override this behaviour to another route.