From fc1137924d00f2a380f80e1970f94f33fb2b05ca Mon Sep 17 00:00:00 2001 From: Matthew Prinold Date: Thu, 26 Oct 2023 12:16:52 +0100 Subject: [PATCH] chore(changeset): updates description to include the optional external route Signed-off-by: Matthew Prinold --- .changeset/lucky-kids-cough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/lucky-kids-cough.md b/.changeset/lucky-kids-cough.md index 1bfacb853c..a12f85c127 100644 --- a/.changeset/lucky-kids-cough.md +++ b/.changeset/lucky-kids-cough.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog': patch --- -refactors redirection after successfully unregistering an entity to use the catalog rootRouteRef "/catalog" instead of "/" +fixes bug where after unregistering an entity you are redirected to "/". Adds an optional externalRoute "unregisterRedirect" into the catalog plugin which when bound will be navigated to on successfull removal of an entity. If the external route is not bound it will default to using the catalog rootRouteRef "/catalog".