From d31d6846c982f2d8c9f61b4145ca816be80e878f Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Fri, 29 Jun 2012 16:00:28 -0700 Subject: [PATCH] #18748: Fixing BlogPost summary links permissions The used shape was the generic content one. Now it uses a specific one which will ensure Blog permissions are used instead of dynamic one, which exist only for Creatable content types. Work Item: 18748 --HG-- branch : 1.x --- .../Orchard.Blogs/Orchard.Blogs.csproj | 3 + .../Modules/Orchard.Blogs/Placement.info | 3 + .../Content-BlogPost.SummaryAdmin.cshtml | 62 +++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 src/Orchard.Web/Modules/Orchard.Blogs/Views/Content-BlogPost.SummaryAdmin.cshtml diff --git a/src/Orchard.Web/Modules/Orchard.Blogs/Orchard.Blogs.csproj b/src/Orchard.Web/Modules/Orchard.Blogs/Orchard.Blogs.csproj index 3a30b14fa..235b1226a 100644 --- a/src/Orchard.Web/Modules/Orchard.Blogs/Orchard.Blogs.csproj +++ b/src/Orchard.Web/Modules/Orchard.Blogs/Orchard.Blogs.csproj @@ -173,6 +173,9 @@ + + +