mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 03:58:13 +08:00
#17597: Fixing shape tracing conflict with DateTimeRelative shape
Work Items:17597 --HG-- branch : 1.x
This commit is contained in:
@@ -60,7 +60,8 @@ namespace Orchard.DesignerTools.Services {
|
|||||||
&& context.ShapeType != "DocumentZone"
|
&& context.ShapeType != "DocumentZone"
|
||||||
&& context.ShapeType != "PlaceChildContent"
|
&& context.ShapeType != "PlaceChildContent"
|
||||||
&& context.ShapeType != "ContentZone"
|
&& context.ShapeType != "ContentZone"
|
||||||
&& context.ShapeType != "ShapeTracingMeta") {
|
&& context.ShapeType != "ShapeTracingMeta"
|
||||||
|
&& context.ShapeType != "DateTimeRelative") {
|
||||||
|
|
||||||
var shapeMetadata = (ShapeMetadata)context.Shape.Metadata;
|
var shapeMetadata = (ShapeMetadata)context.Shape.Metadata;
|
||||||
var currentTheme = _themeManager.GetRequestTheme(_workContext.HttpContext.Request.RequestContext);
|
var currentTheme = _themeManager.GetRequestTheme(_workContext.HttpContext.Request.RequestContext);
|
||||||
|
|||||||
Reference in New Issue
Block a user