From 5b18a3f0c4423ff12e22c5ca21a74a3dea3bdaed Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Wed, 22 Sep 2010 12:16:03 -0700 Subject: [PATCH] Changing the page (content type) configuration during setup to not add the CommentsPart - content type configuration should go to the appropriate modules (blog & post in orchard.blogs, page in a new orchard.pages that's pretty much only initially for page content type configuration) --HG-- branch : dev --- src/Orchard.Web/Modules/Orchard.Setup/Services/SetupService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Setup/Services/SetupService.cs b/src/Orchard.Web/Modules/Orchard.Setup/Services/SetupService.cs index c36d89e07..1255bd59f 100644 --- a/src/Orchard.Web/Modules/Orchard.Setup/Services/SetupService.cs +++ b/src/Orchard.Web/Modules/Orchard.Setup/Services/SetupService.cs @@ -208,7 +208,6 @@ namespace Orchard.Setup.Services { .WithPart("PublishLaterPart") .WithPart("RoutePart") .WithPart("BodyPart") - .WithPart("CommentsPart") .WithPart("TagsPart") .WithPart("LocalizationPart") .Creatable()