mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixes #7318
This commit is contained in:
@@ -28,7 +28,6 @@ namespace Orchard.DesignerTools.Handlers {
|
|||||||
base.GetItemMetadata(context);
|
base.GetItemMetadata(context);
|
||||||
|
|
||||||
var groupInfo = new GroupInfo(T("Shape Tracing"));
|
var groupInfo = new GroupInfo(T("Shape Tracing"));
|
||||||
groupInfo.Id = "ShapeTracing";
|
|
||||||
|
|
||||||
context.Metadata.EditorGroupInfo.Add(groupInfo);
|
context.Metadata.EditorGroupInfo.Add(groupInfo);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user