mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
parent
cccb358ce1
commit
6df57dd098
@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using Orchard.ContentManagement.Handlers;
|
||||
using Orchard.DisplayManagement.Shapes;
|
||||
using Orchard.DisplayManagement.Descriptors;
|
||||
using Orchard.Utility.Extensions;
|
||||
|
||||
namespace Orchard.ContentManagement.Drivers {
|
||||
public class ContentShapeResult : DriverResult {
|
||||
@ -109,7 +110,7 @@ namespace Orchard.ContentManagement.Drivers {
|
||||
}
|
||||
|
||||
public ContentShapeResult OnGroup(string groupId) {
|
||||
_groupId = groupId;
|
||||
_groupId = groupId.ToSafeName();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user