mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fix for Issue 19231
--HG-- branch : 1.x extra : source : f1de506f10292a9adea0d8355f7e2f63efc6ae1b
This commit is contained in:
@@ -35,8 +35,6 @@ namespace Orchard.Projections.Handlers {
|
||||
protected override void Activating(ActivatingContentContext context) {
|
||||
base.Activating(context);
|
||||
|
||||
context.Builder.Weld<FieldIndexPart>();
|
||||
|
||||
// weld the FieldIndexPart dynamically, if a field has been assigned to one of its parts
|
||||
var contentTypeDefinition = _contentDefinitionManager.GetTypeDefinition(context.ContentType);
|
||||
if (contentTypeDefinition == null)
|
||||
|
Reference in New Issue
Block a user