mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
#18558: Fixing grouping when Shape Tracing is enabled
Work Item: 18558 --HG-- branch : 1.x
This commit is contained in:
@@ -114,8 +114,10 @@ namespace Orchard.DesignerTools.Services {
|
||||
}
|
||||
|
||||
foreach (var member in members) {
|
||||
if (o is ContentItem && member.Name == "ContentManager"
|
||||
|| o is Delegate) {
|
||||
if (o is ContentItem && member.Name == "ContentManager"
|
||||
|| o is Delegate
|
||||
|| o is Type
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
SafeCall(() => DumpMember(o, member));
|
||||
|
||||
Reference in New Issue
Block a user