From b565b8be77d872b438d92114dfa85bd83261fc92 Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 16 May 2018 11:25:57 +0200 Subject: [PATCH] disables redirect tracking for now until we fix it to work with variants --- src/Umbraco.Web/Routing/RedirectTrackingComponent.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web/Routing/RedirectTrackingComponent.cs b/src/Umbraco.Web/Routing/RedirectTrackingComponent.cs index 5ea4160aae..2558f18077 100644 --- a/src/Umbraco.Web/Routing/RedirectTrackingComponent.cs +++ b/src/Umbraco.Web/Routing/RedirectTrackingComponent.cs @@ -22,6 +22,7 @@ namespace Umbraco.Web.Redirects /// recycle bin = moving to and from does nothing: to = the node is gone, where would we redirect? from = same /// [RuntimeLevel(MinLevel = RuntimeLevel.Run)] + [DisableComponent] // fixme - re-enable when we fix redirect tracking with variants public class RedirectTrackingComponent : UmbracoComponentBase, IUmbracoCoreComponent { private const string ContextKey1 = "Umbraco.Web.Redirects.RedirectTrackingEventHandler.1";