mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Changed list to manage blogs in the admin menu. Work Item: 17001
--HG-- branch : dev
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Orchard.Blogs {
|
|||||||
var singleBlog = blogCount == 1 ? blogs.ElementAt(0) : null;
|
var singleBlog = blogCount == 1 ? blogs.ElementAt(0) : null;
|
||||||
|
|
||||||
if (blogCount > 0 && singleBlog == null) {
|
if (blogCount > 0 && singleBlog == null) {
|
||||||
menu.Add(T("List"), "3",
|
menu.Add(T("Manage Blogs"), "3",
|
||||||
item => item.Action("List", "BlogAdmin", new {area = "Orchard.Blogs"}).Permission(Permissions.MetaListOwnBlogs));
|
item => item.Action("List", "BlogAdmin", new {area = "Orchard.Blogs"}).Permission(Permissions.MetaListOwnBlogs));
|
||||||
}
|
}
|
||||||
else if (singleBlog != null)
|
else if (singleBlog != null)
|
||||||
|
Reference in New Issue
Block a user