#17597: Fixing shape tracing conflict with DateTimeRelative shape

Work Items:17597

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-03-29 12:34:19 -07:00
parent 8e61b21a63
commit f966a2d369

View File

@@ -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);