OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

ContainedPart not listed by contentDefinitionManager

Open jptissot opened this issue 4 years ago • 4 comments

I was trying to implement a part handler for the List ContainedPart. The issue I am facing is that _contentDefinitionManager.GetTypeDefinition(context.ContentItem.ContentType).Parts does not contain the ContainedPart and my Handler is not being called.

jptissot avatar Jul 08 '19 16:07 jptissot