From f966a2d369306a849f3381217ae44deb87b95be5 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Tue, 29 Mar 2011 12:34:19 -0700 Subject: [PATCH] #17597: Fixing shape tracing conflict with DateTimeRelative shape Work Items:17597 --HG-- branch : 1.x --- .../Orchard.DesignerTools/Services/ShapeTracingFactory.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.DesignerTools/Services/ShapeTracingFactory.cs b/src/Orchard.Web/Modules/Orchard.DesignerTools/Services/ShapeTracingFactory.cs index 19e3b4f25..e7ef2cec3 100644 --- a/src/Orchard.Web/Modules/Orchard.DesignerTools/Services/ShapeTracingFactory.cs +++ b/src/Orchard.Web/Modules/Orchard.DesignerTools/Services/ShapeTracingFactory.cs @@ -60,7 +60,8 @@ namespace Orchard.DesignerTools.Services { && context.ShapeType != "DocumentZone" && context.ShapeType != "PlaceChildContent" && context.ShapeType != "ContentZone" - && context.ShapeType != "ShapeTracingMeta") { + && context.ShapeType != "ShapeTracingMeta" + && context.ShapeType != "DateTimeRelative") { var shapeMetadata = (ShapeMetadata)context.Shape.Metadata; var currentTheme = _themeManager.GetRequestTheme(_workContext.HttpContext.Request.RequestContext);