disables redirect tracking for now until we fix it to work with variants
This commit is contained in:
@@ -22,6 +22,7 @@ namespace Umbraco.Web.Redirects
|
||||
/// <para>recycle bin = moving to and from does nothing: to = the node is gone, where would we redirect? from = same</para>
|
||||
/// </remarks>
|
||||
[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";
|
||||
|
||||
Reference in New Issue
Block a user