From 45f102992d323b1f5515716619cb70998a627edf Mon Sep 17 00:00:00 2001 From: Matthew Prinold Date: Wed, 15 Nov 2023 08:58:39 +0000 Subject: [PATCH] docs(changeset): restructures changeset description Signed-off-by: Matthew Prinold --- .changeset/lucky-kids-cough.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/lucky-kids-cough.md b/.changeset/lucky-kids-cough.md index 2e2bed118e..5ab1856e35 100644 --- a/.changeset/lucky-kids-cough.md +++ b/.changeset/lucky-kids-cough.md @@ -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.