#18546: Adding missing prefix in BlogPartDriver

Work Item: 18546

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-07-03 09:58:14 -07:00
parent 0c437c9698
commit dc1be5b248

View File

@@ -8,6 +8,10 @@ using Orchard.ContentManagement.Drivers;
namespace Orchard.Blogs.Drivers {
[UsedImplicitly]
public class BlogPartDriver : ContentPartDriver<BlogPart> {
protected override string Prefix {
get { return "BlogPart"; }
}
protected override DriverResult Display(BlogPart part, string displayType, dynamic shapeHelper) {
return Combined(
ContentShape("Parts_Blogs_Blog_Manage",