[Fixes #7318] Orchard.DesignerTools - Setting Id not needed anymore (#7319)

Fixes #7318
This commit is contained in:
Matthew Harris 2016-10-13 21:59:41 +01:00 committed by GitHub
parent 7c95b53807
commit bd222908d6

View File

@ -28,7 +28,6 @@ namespace Orchard.DesignerTools.Handlers {
base.GetItemMetadata(context);
var groupInfo = new GroupInfo(T("Shape Tracing"));
groupInfo.Id = "ShapeTracing";
context.Metadata.EditorGroupInfo.Add(groupInfo);
}