From 34875855db6fffb0de08620c02d5154e553da68f Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 11 Oct 2013 10:27:49 +0200 Subject: [PATCH] U4-3095 - Fix IPublishedContent navigation axes --- src/Umbraco.Web/PublishedContentExtensions.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web/PublishedContentExtensions.cs b/src/Umbraco.Web/PublishedContentExtensions.cs index c620394f00..19f5edc05d 100644 --- a/src/Umbraco.Web/PublishedContentExtensions.cs +++ b/src/Umbraco.Web/PublishedContentExtensions.cs @@ -1,7 +1,6 @@ -// fixme - should #define - but when will it be OK? -// axes navigation is broken in many ways... but fixes would not be 100% -// backward compatible... so keep them for v7 or whenever appropriate. -#undef FIX_AXES +// ENABLE THE FIX in 7.0.0 +// TODO if all goes well, remove the obsolete code eventually +#define FIX_AXES using System; using System.Collections.Generic;